/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_acl.h | 76 size_t size, 116 size_t size, in nrf_acl_region_set() argument 121 NRFX_ASSERT(size <= NRF_ACL_REGION_SIZE_MAX); in nrf_acl_region_set() 122 NRFX_ASSERT(size != 0); in nrf_acl_region_set() 123 NRFX_ASSERT(size % nrf_ficr_codepagesize_get(NRF_FICR) == 0); in nrf_acl_region_set() 126 p_reg->ACL[region_id].SIZE = size; in nrf_acl_region_set()
|
D | nrf_mpu.h | 69 NRF_STATIC_INLINE void nrf_mpu_region0_ram_size_set(NRF_MPU_Type * p_reg, uint32_t size); 125 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() argument 127 NRFX_ASSERT(nrfx_is_word_aligned((const void *)size)); in nrf_mpu_region0_ram_size_set() 128 p_reg->RLENR0 = size; in nrf_mpu_region0_ram_size_set()
|
D | nrf_common.h | 163 NRF_STATIC_INLINE uint8_t nrf_address_bus_get(uint32_t addr, size_t size) in nrf_address_bus_get() argument 165 return (uint8_t)((addr & ADDRESS_BUS_Msk & ~(size - 1)) >> ADDRESS_BUS_Pos); in nrf_address_bus_get()
|
D | nrf_nfct.h | 1148 nrf_nfct_sensres_nfcid1_size_t size = in nrf_nfct_nfcid1_get() local 1151 if (size != NRF_NFCT_SENSRES_NFCID1_SIZE_SINGLE) in nrf_nfct_nfcid1_get() 1159 if (size == NRF_NFCT_SENSRES_NFCID1_SIZE_TRIPLE) in nrf_nfct_nfcid1_get() 1182 return size; in nrf_nfct_nfcid1_get() 1189 nrf_nfct_sensres_nfcid1_size_t size = (nfcid1_size == NRF_NFCT_SENSRES_NFCID1_SIZE_DEFAULT) ? in nrf_nfct_nfcid1_set() local 1192 if (size != NRF_NFCT_SENSRES_NFCID1_SIZE_SINGLE) in nrf_nfct_nfcid1_set() 1194 if (size == NRF_NFCT_SENSRES_NFCID1_SIZE_TRIPLE) in nrf_nfct_nfcid1_set() 1228 (uint32_t)size); in nrf_nfct_nfcid1_set()
|
D | nrf_ccm.h | 632 uint8_t size); 1074 uint8_t size) in nrf_ccm_maxpacketsize_set() argument 1076 NRFX_ASSERT((size >= 0x1B) && (size <= 0xFB)); in nrf_ccm_maxpacketsize_set() 1078 p_reg->MAXPACKETSIZE = size; in nrf_ccm_maxpacketsize_set()
|
D | nrf_i2s.h | 476 uint16_t size, 681 uint16_t size, in nrf_i2s_transfer_set() argument 685 p_reg->RXTXD.MAXCNT = size; in nrf_i2s_transfer_set()
|
D | nrf_saadc.h | 621 uint32_t size); 963 uint32_t size) in nrf_saadc_buffer_init() argument 967 p_reg->DMA.MAXCNT = size; in nrf_saadc_buffer_init() 970 p_reg->RESULT.MAXCNT = size; in nrf_saadc_buffer_init()
|
/hal_nordic-3.4.0/nrfx/drivers/src/ |
D | nrfx_usbd.c | 463 size_t size = p_transfer->size; in nrfx_usbd_consumer() local 464 if (size < data_size) in nrfx_usbd_consumer() 466 NRFX_LOG_DEBUG("consumer: buffer too small: r: %u, l: %u", data_size, size); in nrfx_usbd_consumer() 468 p_next->size = 0; in nrfx_usbd_consumer() 473 p_next->size = data_size; in nrfx_usbd_consumer() 475 size -= data_size; in nrfx_usbd_consumer() 476 p_transfer->size = size; in nrfx_usbd_consumer() 479 return (ep_size == data_size) && (size != 0); in nrfx_usbd_consumer() 500 size_t tx_size = p_transfer->size; in nrfx_usbd_feeder_ram() 507 p_next->size = tx_size; in nrfx_usbd_feeder_ram() [all …]
|
D | nrfx_adc.c | 51 uint16_t size; member 215 if (m_cb.idx < m_cb.size) in adc_sample_process() 245 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size) in nrfx_adc_buffer_convert() argument 251 NRFX_LOG_INFO("Number of samples requested to convert: %d.", size); in nrfx_adc_buffer_convert() 265 m_cb.size = size; in nrfx_adc_buffer_convert() 325 evt.data.done.size = m_cb.size; in nrfx_adc_irq_handler() 328 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)m_cb.p_buffer, m_cb.size * sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
|
D | nrfx_twis.c | 718 size_t size) in nrfx_twis_tx_prepare() argument 747 if ((size & maxsize) != size) in nrfx_twis_tx_prepare() 758 size); in nrfx_twis_tx_prepare() 767 size_t size) in nrfx_twis_rx_prepare() argument 796 if ((size & maxsize) != size) in nrfx_twis_rx_prepare() 807 size); in nrfx_twis_rx_prepare()
|
D | nrfx_saadc.c | 456 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size) in nrfx_saadc_buffer_set() argument 470 if ((size % m_cb.channels_activated_count != 0) || in nrfx_saadc_buffer_set() 471 (size >= (1 << SAADC_EASYDMA_MAXCNT_SIZE)) || in nrfx_saadc_buffer_set() 472 (!size)) in nrfx_saadc_buffer_set() 477 nrfy_saadc_buffer_t buffer = {.p_buffer = p_buffer, .length = size}; in nrfx_saadc_buffer_set() 481 if (m_cb.channels_activated_count != size) in nrfx_saadc_buffer_set() 800 evt_data.data.done.size = m_cb.buffer_primary.length; in saadc_event_end_handle()
|
/hal_nordic-3.4.0/nrfx/doc/buildfiles/ |
D | extra_stylesheet.css | 11 font-size: 16px; 31 font-size: 1.34em 35 font-size: 1.25em 39 font-size: 1.15em 43 font-size: 1.05em 47 font-size: 1em 102 font-size: 14px; 138 font-size: 40px; 146 font-size: 30px; 178 font-size: 12px; [all …]
|
/hal_nordic-3.4.0/nrfx/samples/doc/buildfiles/ |
D | extra_stylesheet.css | 11 font-size: 16px; 31 font-size: 1.34em 35 font-size: 1.25em 39 font-size: 1.15em 43 font-size: 1.05em 47 font-size: 1em 102 font-size: 14px; 138 font-size: 40px; 146 font-size: 30px; 178 font-size: 12px; [all …]
|
/hal_nordic-3.4.0/nrfx/templates/ |
D | nrfx_glue.h | 285 #define NRFY_CACHE_WB(p_buffer, size) argument 293 #define NRFY_CACHE_INV(p_buffer, size) argument 302 #define NRFY_CACHE_WBINV(p_buffer, size) argument
|
/hal_nordic-3.4.0/nrfx/drivers/include/ |
D | nrfx_usbd.h | 232 size_t size; //!< Size of the requested transfer. member 254 size_t size; //!< Total size of the requested transfer. member 274 .size = (tx_size), \ 288 .size = (rx_size), \ 592 void nrfx_usbd_ep_max_packet_size_set(nrfx_usbd_ep_t ep, uint16_t size);
|
D | nrfx_adc.h | 62 uint16_t size; ///< Number of samples in the buffer. member 253 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size);
|
D | nrfx_twis.h | 287 size_t size); 321 size_t size);
|
D | nrfx_saadc.h | 190 uint16_t size; ///< Number of samples in the buffer. member 372 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size);
|
D | nrfx_qspi.h | 166 size_t size; /**< Data buffer size. */ member
|
/hal_nordic-3.4.0/nrfx/haly/ |
D | nrfy_saadc.h | 491 uint32_t size) in nrfy_saadc_buffer_init() argument 493 nrf_saadc_buffer_init(p_reg, p_buffer, size); in nrfy_saadc_buffer_init() 650 size_t size = stop ? nrf_saadc_amount_get(p_reg) : p_desc->length; in __nrfy_internal_saadc_events_process() local 651 NRFY_CACHE_INV(p_desc->p_buffer, size); in __nrfy_internal_saadc_events_process()
|
D | nrfy_spim.h | 843 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process() local 844 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process() 851 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process() local 852 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process()
|
D | nrfy_i2s.h | 467 uint16_t size, in nrfy_i2s_transfer_set() argument 471 nrf_i2s_transfer_set(p_reg, size, p_rx_buffer, p_tx_buffer); in nrfy_i2s_transfer_set()
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
D | main.c | 156 samples_number = p_event->data.done.size; in saadc_handler()
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/ |
D | main.c | 132 samples_number = p_event->data.done.size; in saadc_handler()
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
D | main.c | 179 samples_number = p_event->data.done.size; in saadc_handler()
|