Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 44) sorted by relevance

12

/hal_nordic-latest/nrfx/helpers/
Dnrf_vdma.h59 uint32_t size:24; ///< Size of the 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
136 #define NRFX_VDMA_PERIPH_JOB(addr, size) \ argument
149 size_t size, in nrf_vdma_job_fill()
171 size_t size, in nrf_vdma_job_reduced_init()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_cracen.c138 static cracen_ret_t trng_get(uint8_t * dst, size_t size) in trng_get()
212 static cracen_ret_t trng_entropy_get(uint8_t * p_buf, size_t size) in trng_entropy_get()
374 static inline void be_incr(unsigned char * v, size_t size) in be_incr()
390 static inline void xor_array(uint32_t * a, const uint32_t * b, size_t size) in xor_array()
492 nrfx_err_t nrfx_cracen_ctr_drbg_random_get(uint8_t * p_buf, size_t size) in nrfx_cracen_ctr_drbg_random_get()
Dnrfx_adc.c51 uint16_t size; member
257 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size) in nrfx_adc_buffer_convert()
Dnrfx_twis.c747 size_t size) in nrfx_twis_tx_prepare()
792 size_t size) in nrfx_twis_rx_prepare()
/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
266 NRF_STATIC_INLINE uint8_t nrf_address_bus_get(uint32_t addr, size_t size) in nrf_address_bus_get()
Dnrf_mpu.h125 NRF_STATIC_INLINE void nrf_mpu_region0_ram_size_set(NRF_MPU_Type * p_reg, uint32_t size) in nrf_mpu_region0_ram_size_set()
Dnrf_acl.h116 size_t size, in nrf_acl_region_set()
Dnrf_exmif.h73 uint32_t size; ///< EXMIF address mapping memory size. member
/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/nrfs/src/internal/
Dnrfs_dispatcher.c71 void __attribute__((weak)) nrfs_unsolicited_handler(void *p_buffer, size_t size) in nrfs_unsolicited_handler()
77 void nrfs_dispatcher_notify(void *p_notification, size_t size) in nrfs_dispatcher_notify()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h232 size_t size; //!< Size of the requested transfer. member
254 size_t size; //!< Total size of the requested transfer. member
Dnrfx_tbm.h54 uint32_t size; /**< Buffer size (32 bit words). */ member
/hal_nordic-latest/nrfs/include/internal/
Dnrfs_phy.h18 uint32_t size; member
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h500 uint32_t size) in nrfy_saadc_buffer_init()
659 size_t size = stop ? nrf_saadc_amount_get(p_reg) : p_desc->length; in __nrfy_internal_saadc_events_process() local
Dnrfy_spim.h838 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process() local
846 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process() local
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.h57 size_t size; ///< Size of APB. member
/hal_nordic-latest/nrfs/src/services/
Dnrfs_reset.c17 void nrfs_reset_service_notify(void *p_notification, size_t size) in nrfs_reset_service_notify()
Dnrfs_mram.c47 void nrfs_mram_service_notify(void *p_notification, size_t size) in nrfs_mram_service_notify()
Dnrfs_gdpwr.c33 void nrfs_gdpwr_service_notify(void *p_notification, size_t size) in nrfs_gdpwr_service_notify()
Dnrfs_usb.c17 void nrfs_usb_service_notify(void *p_notification, size_t size) in nrfs_usb_service_notify()
Dnrfs_gdfs.c17 void nrfs_gdfs_service_notify(void *p_notification, size_t size) in nrfs_gdfs_service_notify()
Dnrfs_swext.c33 void nrfs_swext_service_notify(void *p_notification, size_t size) in nrfs_swext_service_notify()
Dnrfs_diag.c67 void nrfs_diag_service_notify(void *p_notification, size_t size) in nrfs_diag_service_notify()
Dnrfs_temp.c17 void nrfs_temp_service_notify(void *p_notification, size_t size) in nrfs_temp_service_notify()
Dnrfs_dvfs.c17 void nrfs_dvfs_service_notify(void *p_notification, size_t size) in nrfs_dvfs_service_notify()

12