|
|
|
static __asm uint32_t
|
nrf_atomic_internal_mov
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|
|
static __asm uint32_t
|
nrf_atomic_internal_orr
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|
|
static __asm uint32_t
|
nrf_atomic_internal_and
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|
|
static __asm uint32_t
|
nrf_atomic_internal_eor
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|
|
static __asm uint32_t
|
nrf_atomic_internal_add
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|
|
static __asm uint32_t
|
nrf_atomic_internal_sub
(
nrf_atomic_u32_t
*p_ptr, uint32_t value, uint32_t *p_new)
|
|
|