/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_atomic.c | 45 uint32_t nrfx_atomic_u32_fetch_store(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_store() 64 uint32_t nrfx_atomic_u32_store(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_store() 83 uint32_t nrfx_atomic_u32_fetch_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_or() 102 uint32_t nrfx_atomic_u32_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_or() 121 uint32_t nrfx_atomic_u32_fetch_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_and() 140 uint32_t nrfx_atomic_u32_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_and() 159 uint32_t nrfx_atomic_u32_fetch_xor(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_xor() 178 uint32_t nrfx_atomic_u32_xor(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_xor() 197 uint32_t nrfx_atomic_u32_fetch_add(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_add() 216 uint32_t nrfx_atomic_u32_add(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_add() [all …]
|
H A D | nrfx_atomic_internal.h | 166 static __asm bool nrfx_atomic_internal_cmp_exch(nrfx_atomic_u32_t * p_data, in nrfx_atomic_internal_cmp_exch()
|
/nrf52832-nimble/nordic/nrfx/templates/ |
H A D | nrfx_glue.h | 176 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) argument 186 #define NRFX_ATOMIC_FETCH_OR(p_data, value) argument 197 #define NRFX_ATOMIC_FETCH_AND(p_data, value) argument 208 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) argument 219 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) argument 230 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) argument
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_twi.c | 247 uint8_t const * p_data, in twi_send_byte() 273 uint8_t * p_data, in twi_receive_byte() 299 uint8_t * p_data, in twi_transfer() 369 uint8_t const * p_data, in twi_tx_start_transfer() 437 uint8_t const * p_data, in twi_rx_start_transfer() 601 uint8_t const * p_data, in nrfx_twi_tx() 612 uint8_t * p_data, in nrfx_twi_rx()
|
H A D | nrfx_uart.c | 264 uint8_t const * p_data, in nrfx_uart_tx() 347 uint8_t * p_data, in nrfx_uart_rx() 493 uint8_t * p_data) in rx_done_event() 575 uint8_t * p_data = p_cb->p_rx_buffer; in uart_irq_handler() local
|
H A D | nrfx_uarte.c | 279 uint8_t const * p_data, in nrfx_uarte_tx() 352 uint8_t * p_data, in nrfx_uarte_rx() 473 uint8_t * p_data) in rx_done_event() 556 uint8_t * p_data = p_cb->p_rx_buffer; in uarte_irq_handler() local
|
H A D | nrfx_twim.c | 516 uint8_t const * p_data, in nrfx_twim_tx() 527 uint8_t * p_data, in nrfx_twim_rx()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_ccm.h | 438 uint32_t const * p_data) in nrf_ccm_cnfptr_set() 449 uint32_t const * p_data) in nrf_ccm_inptr_set() 460 uint32_t const * p_data) in nrf_ccm_outptr_set()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_ecc.c | 155 const u8 *p_data = (const u8 *)data; in uffs_EccMake() local 255 u8 *p_data = (u8 *)data; in uffs_EccCorrect() local
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_twi.h | 140 #define NRFX_TWI_XFER_DESC_TX(addr, p_data, length) \ argument 149 #define NRFX_TWI_XFER_DESC_RX(addr, p_data, length) \ argument
|
H A D | nrfx_twim.h | 150 #define NRFX_TWIM_XFER_DESC_TX(addr, p_data, length) \ argument 159 #define NRFX_TWIM_XFER_DESC_RX(addr, p_data, length) \ argument
|
H A D | nrfx_usbd.h | 226 nrfx_usbd_data_ptr_t p_data; //!< Union with available data pointers used by the driver. member 248 nrfx_usbd_data_ptr_t p_data; //!< Union with available data pointers used by the driver. member
|
H A D | nrfx_uart.h | 121 uint8_t * p_data; ///< Pointer to memory used for transfer. member
|
H A D | nrfx_uarte.h | 130 uint8_t * p_data; ///< Pointer to memory used for transfer. member
|
H A D | nrfx_nfct.h | 141 uint8_t const * p_data; ///< RX/TX buffer. member
|