Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 37) sorted by relevance

12

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_spu.h453 uint8_t index);
464 uint8_t index);
479 uint8_t index);
492 uint8_t index,
506 uint8_t index);
519 uint8_t index,
534 uint8_t index);
546 uint8_t index);
560 uint8_t index);
572 uint8_t index);
[all …]
Dnrf_ipc.h286 uint8_t index,
297 NRF_STATIC_INLINE uint32_t nrf_ipc_send_config_get(NRF_IPC_Type * const p_reg, uint8_t index);
313 uint8_t index,
324 NRF_STATIC_INLINE uint32_t nrf_ipc_receive_config_get(NRF_IPC_Type * const p_reg, uint8_t index);
334 uint8_t index,
345 NRF_STATIC_INLINE uint32_t nrf_ipc_gpmem_get(NRF_IPC_Type const * p_reg, uint8_t index);
354 NRF_STATIC_INLINE nrf_ipc_task_t nrf_ipc_send_task_get(uint8_t index);
363 NRF_STATIC_INLINE nrf_ipc_event_t nrf_ipc_receive_event_get(uint8_t index);
441 uint8_t index, in nrf_ipc_send_config_set() argument
444 p_reg->SEND_CNF[index] = channels_mask; in nrf_ipc_send_config_set()
[all …]
Dnrf_twim.h566 uint8_t index,
579 uint8_t index);
588 uint8_t index);
597 uint8_t index);
609 uint8_t index);
620 uint8_t index,
632 uint8_t index);
861 uint8_t index, in nrf_twim_rx_pattern_match_enable_set() argument
864 NRFX_ASSERT(index < NRF_TWIM_DMA_RX_PATTERN_MAX_COUNT); in nrf_twim_rx_pattern_match_enable_set()
865 switch (index) in nrf_twim_rx_pattern_match_enable_set()
[all …]
Dnrf_gpiote.h437 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_out_task_get(uint8_t index);
447 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_set_task_get(uint8_t index);
458 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_clr_task_get(uint8_t index);
468 NRF_STATIC_INLINE nrf_gpiote_event_t nrf_gpiote_in_event_get(uint8_t index);
658 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_out_task_get(uint8_t index) in nrf_gpiote_out_task_get() argument
660 NRFX_ASSERT(index < GPIOTE_CH_NUM); in nrf_gpiote_out_task_get()
661 return (nrf_gpiote_task_t)NRFX_OFFSETOF(NRF_GPIOTE_Type, TASKS_OUT[index]); in nrf_gpiote_out_task_get()
665 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_set_task_get(uint8_t index) in nrf_gpiote_set_task_get() argument
667 NRFX_ASSERT(index < GPIOTE_CH_NUM); in nrf_gpiote_set_task_get()
668 return (nrf_gpiote_task_t)NRFX_OFFSETOF(NRF_GPIOTE_Type, TASKS_SET[index]); in nrf_gpiote_set_task_get()
[all …]
Dnrf_spim.h904 uint8_t index,
917 uint8_t index);
926 uint8_t index);
935 uint8_t index);
947 uint8_t index);
958 uint8_t index,
970 uint8_t index);
1388 uint8_t index, in nrf_spim_rx_pattern_match_enable_set() argument
1391 NRFX_ASSERT(index < NRF_SPIM_DMA_RX_PATTERN_MAX_COUNT); in nrf_spim_rx_pattern_match_enable_set()
1392 switch (index) in nrf_spim_rx_pattern_match_enable_set()
[all …]
Dnrf_dppi.h305 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_enable_task_get(uint8_t index);
314 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_disable_task_get(uint8_t index);
424 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_enable_task_get(uint8_t index) in nrf_dppi_group_enable_task_get() argument
426 return (nrf_dppi_task_t)NRFX_OFFSETOF(NRF_DPPIC_Type, TASKS_CHG[index].EN); in nrf_dppi_group_enable_task_get()
429 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_disable_task_get(uint8_t index) in nrf_dppi_group_disable_task_get() argument
431 return (nrf_dppi_task_t)NRFX_OFFSETOF(NRF_DPPIC_Type, TASKS_CHG[index].DIS); in nrf_dppi_group_disable_task_get()
Dnrf_ppi.h387 uint8_t index);
398 uint8_t index);
551 uint8_t index) in nrf_ppi_group_enable_task_get() argument
554 NRFX_ASSERT(index < PPI_GROUP_NUM); in nrf_ppi_group_enable_task_get()
555 return (nrf_ppi_task_t)NRFX_OFFSETOF(NRF_PPI_Type, TASKS_CHG[index].EN); in nrf_ppi_group_enable_task_get()
559 uint8_t index) in nrf_ppi_group_disable_task_get() argument
562 NRFX_ASSERT(index < PPI_GROUP_NUM); in nrf_ppi_group_disable_task_get()
563 return (nrf_ppi_task_t)NRFX_OFFSETOF(NRF_PPI_Type, TASKS_CHG[index].DIS); in nrf_ppi_group_disable_task_get()
Dnrf_rtc.h291 NRF_STATIC_INLINE nrf_rtc_task_t nrf_rtc_capture_task_get(uint8_t index);
325 NRF_STATIC_INLINE nrf_rtc_event_t nrf_rtc_compare_event_get(uint8_t index);
424 NRF_STATIC_INLINE nrf_rtc_task_t nrf_rtc_capture_task_get(uint8_t index) in nrf_rtc_capture_task_get() argument
426 return (nrf_rtc_task_t)NRFX_OFFSETOF(NRF_RTC_Type, TASKS_CAPTURE[index]); in nrf_rtc_capture_task_get()
445 NRF_STATIC_INLINE nrf_rtc_event_t nrf_rtc_compare_event_get(uint8_t index) in nrf_rtc_compare_event_get() argument
447 return (nrf_rtc_event_t)NRFX_OFFSETOF(NRF_RTC_Type, EVENTS_COMPARE[index]); in nrf_rtc_compare_event_get()
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/
Dexamples_desc.rst7 examples_desc/egu/index
8 examples_desc/gppi/index
9 examples_desc/pwm/index
10 examples_desc/rng/index
11 examples_desc/saadc/index
12 examples_desc/spim/index
13 examples_desc/spim_spis/index
14 examples_desc/temp/index
15 examples_desc/timer/index
16 examples_desc/twim_twis/index
[all …]
/hal_nordic-3.4.0/nrfx/mdk/
Dsystem_nrf5340_network.c53 uint32_t index = 0; in SystemInit() local
54 for (index = 0; index < 32ul && NRF_FICR_NS->TRIMCNF[index].ADDR != 0xFFFFFFFFul; index++){ in SystemInit()
59 *((volatile uint32_t *)NRF_FICR_NS->TRIMCNF[index].ADDR) = NRF_FICR_NS->TRIMCNF[index].DATA; in SystemInit()
Dsystem_nrf5340_application.c95 uint32_t index = 0; in SystemInit() local
96 for (index = 0; index < 32ul && NRF_FICR_S->TRIMCNF[index].ADDR != 0xFFFFFFFFul; index++){ in SystemInit()
101 … *((volatile uint32_t *)NRF_FICR_S->TRIMCNF[index].ADDR) = NRF_FICR_S->TRIMCNF[index].DATA; in SystemInit()
Dsystem_nrf91.c124 …for (uint32_t index = 0; index < 256ul && !is_empty_word(&NRF_FICR_S->TRIMCNF[index].ADDR); index+… in SystemInit() local
128 *(volatile uint32_t *)NRF_FICR_S->TRIMCNF[index].ADDR = NRF_FICR_S->TRIMCNF[index].DATA; in SystemInit()
/hal_nordic-3.4.0/nrfx/doc/sphinx/
Dapi_reference.rst6 drivers/index
7 nrfx_api/index
/hal_nordic-3.4.0/nrfx/haly/
Dnrfy_gpiote.h314 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_out_task_get(uint8_t index) in nrfy_gpiote_out_task_get() argument
316 return nrf_gpiote_out_task_get(index); in nrfy_gpiote_out_task_get()
321 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_set_task_get(uint8_t index) in nrfy_gpiote_set_task_get() argument
323 return nrf_gpiote_set_task_get(index); in nrfy_gpiote_set_task_get()
329 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_clr_task_get(uint8_t index) in nrfy_gpiote_clr_task_get() argument
331 return nrf_gpiote_clr_task_get(index); in nrfy_gpiote_clr_task_get()
336 NRFY_STATIC_INLINE nrf_gpiote_event_t nrfy_gpiote_in_event_get(uint8_t index) in nrfy_gpiote_in_event_get() argument
338 return nrf_gpiote_in_event_get(index); in nrfy_gpiote_in_event_get()
Dnrfy_dppi.h191 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_enable_task_get(uint8_t index) in nrfy_dppi_group_enable_task_get() argument
193 return nrf_dppi_group_enable_task_get(index); in nrfy_dppi_group_enable_task_get()
197 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_disable_task_get(uint8_t index) in nrfy_dppi_group_disable_task_get() argument
199 return nrf_dppi_group_disable_task_get(index); in nrfy_dppi_group_disable_task_get()
Dnrfy_rtc.h344 NRFY_STATIC_INLINE nrf_rtc_task_t nrfy_rtc_capture_task_get(uint8_t index) in nrfy_rtc_capture_task_get() argument
346 return nrf_rtc_capture_task_get(index); in nrfy_rtc_capture_task_get()
367 NRFY_STATIC_INLINE nrf_rtc_event_t nrfy_rtc_compare_event_get(uint8_t index) in nrfy_rtc_compare_event_get() argument
369 return nrf_rtc_compare_event_get(index); in nrfy_rtc_compare_event_get()
/hal_nordic-3.4.0/nrfx/doc/sphinx/drivers/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/temp/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/timer/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/uarte/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/egu/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/gppi/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/pwm/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/rng/
Dindex.rst7 **/index
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/saadc/
Dindex.rst7 **/index

12