Home
last modified time | relevance | path

Searched defs:p_buffer (Results 1 – 25 of 40) sorted by relevance

12

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_utils_byteorder.h61 static inline void host_64_to_little(uint64_t value, uint8_t * p_buffer) in host_64_to_little()
72 static inline void host_32_to_little(uint32_t value, uint8_t * p_buffer) in host_32_to_little()
83 static inline void host_24_to_little(uint32_t value, uint8_t * p_buffer) in host_24_to_little()
94 static inline void host_16_to_little(uint16_t value, uint8_t * p_buffer) in host_16_to_little()
106 static inline uint64_t little_64_to_host(uint8_t * p_buffer) in little_64_to_host()
123 static inline uint32_t little_32_to_host(uint8_t * p_buffer) in little_32_to_host()
140 static inline uint32_t little_24_to_host(uint8_t * p_buffer) in little_24_to_host()
157 static inline uint16_t little_16_to_host(uint8_t * p_buffer) in little_16_to_host()
173 static inline void host_64_to_big(uint64_t value, uint8_t * p_buffer) in host_64_to_big()
190 static inline void host_32_to_big(uint32_t value, uint8_t * p_buffer) in host_32_to_big()
[all …]
Dnrf_802154.c625 rx_buffer_t * p_buffer = (rx_buffer_t *)p_data; in nrf_802154_buffer_free_raw() local
642 rx_buffer_t * p_buffer = (rx_buffer_t *)p_data; in nrf_802154_buffer_free_immediately_raw() local
/hal_nordic-latest/nrfx/helpers/
Dnrf_vdma.h56 uint8_t * p_buffer; ///< Pointer to the VDMA job buffer. member
111 #define NRF_VDMA_JOB_ELEMENT(p_buffer, size, attribute) \ argument
125 #define NRF_VDMA_REDUCED_JOB_INIT_ELEMENT(p_buffer, size, attribute) \ argument
148 void * p_buffer, in nrf_vdma_job_fill()
170 void * p_buffer, in nrf_vdma_job_reduced_init()
187 void * p_buffer) in nrf_vdma_job_reduced_fill()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h191 nrfy_pdm_buffer_t * p_buffer) in nrfy_pdm_events_process()
205 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_buffer_set()
219 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_start()
240 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_abort()
491 uint32_t * p_buffer = nrf_pdm_buffer_get(p_reg); in nrfy_pdm_buffer_get() local
537 nrfy_pdm_buffer_t const * p_buffer) in __nrfy_internal_pdm_events_process()
Dnrfy_i2s.h480 uint32_t * p_buffer) in nrfy_i2s_rx_buffer_set()
490 uint32_t * p_buffer = nrf_i2s_rx_buffer_get(p_reg); in nrfy_i2s_rx_buffer_get() local
497 uint32_t const * p_buffer) in nrfy_i2s_tx_buffer_set()
507 uint32_t * p_buffer = nrf_i2s_tx_buffer_get(p_reg); in nrfy_i2s_tx_buffer_get() local
Dnrfy_saadc.h74 nrf_saadc_value_t * p_buffer; ///< Pointer to the sampling buffer. member
499 nrf_saadc_value_t * p_buffer, in nrfy_saadc_buffer_init()
508 nrf_saadc_value_t * p_buffer) in nrfy_saadc_buffer_pointer_set()
518 nrf_saadc_value_t * p_buffer = nrf_saadc_buffer_pointer_get(p_reg); in nrfy_saadc_buffer_pointer_get() local
Dnrfy_uarte.h103 uint8_t * p_buffer; ///< Buffer address. member
575 uint8_t const * p_buffer, in nrfy_uarte_tx_buffer_set()
606 uint8_t * p_buffer, in nrfy_uarte_rx_buffer_set()
Dnrfy_spim.h735 uint8_t const * p_buffer, in nrfy_spim_tx_buffer_set()
762 uint8_t * p_buffer, in nrfy_spim_rx_buffer_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_buffer_allocator.c50 nrf_802154_buffer_t * p_buffer = NULL; in buffer_alloc() local
121 nrf_802154_buffer_t * p_buffer = (nrf_802154_buffer_t *)p_obj->p_memory; in nrf_802154_buffer_allocator_init() local
135 void * p_buffer) in nrf_802154_buffer_allocator_free()
Dnrf_802154_buffer_mgr_src.c64 const void * p_buffer, in nrf_802154_buffer_mgr_src_add()
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h287 #define NRFY_CACHE_WB(p_buffer, size) argument
297 #define NRFY_CACHE_INV(p_buffer, size) argument
308 #define NRFY_CACHE_WBINV(p_buffer, size) argument
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h79 #define NRFY_CACHE_WB(p_buffer, size) argument
83 #define NRFY_CACHE_INV(p_buffer, size) argument
87 #define NRFY_CACHE_WBINV(p_buffer, size) argument
Dnrf_cracen_cm.h189 void const * p_buffer) in nrf_cracen_cm_fetch_addr_set()
195 void const * p_buffer) in nrf_cracen_cm_push_addr_set()
Dnrf_i2s.h778 uint32_t * p_buffer) in nrf_i2s_rx_buffer_set()
789 uint32_t const * p_buffer) in nrf_i2s_tx_buffer_set()
Dnrf_spis.h942 uint8_t const * p_buffer, in nrf_spis_tx_buffer_set()
958 uint8_t * p_buffer, in nrf_spis_rx_buffer_set()
Dnrf_twim.h934 uint8_t const * p_buffer, in nrf_twim_tx_buffer_set()
947 uint8_t * p_buffer, in nrf_twim_rx_buffer_set()
Dnrf_uarte.h936 uint8_t const * p_buffer, in nrf_uarte_tx_buffer_set()
967 uint8_t * p_buffer, in nrf_uarte_rx_buffer_set()
Dnrf_tdm.h819 uint32_t * p_buffer) in nrf_tdm_rx_buffer_set()
830 uint32_t const * p_buffer) in nrf_tdm_tx_buffer_set()
Dnrf_qspi.h897 void const * p_buffer, in nrf_qspi_write_buffer_set()
907 void * p_buffer, in nrf_qspi_read_buffer_set()
/hal_nordic-latest/nrfs/src/internal/
Dnrfs_dispatcher.c71 void __attribute__((weak)) nrfs_unsolicited_handler(void *p_buffer, size_t size) in nrfs_unsolicited_handler()
82 void *p_buffer = ((nrfs_generic_t *)p_notification)->payload; in nrfs_dispatcher_notify() local
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h309 uint8_t * p_buffer; ///< Pointer to the received data. member
316 const uint8_t * p_buffer; ///< Pointer to the transferred data. member
Dnrfx_adc.h61 nrf_adc_value_t * p_buffer; ///< Pointer to the buffer with converted samples. member
Dnrfx_qspi.h168 void * p_buffer; /**< Pointer to the data buffer associated with transfer. */ member
/hal_nordic-latest/nrfs/include/internal/
Dnrfs_phy.h17 void *p_buffer; member
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c50 nrf_adc_value_t * p_buffer; member

12