| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_spu.h | 535 uint8_t index); 546 uint8_t index); 561 uint8_t index); 574 uint8_t index, 588 uint8_t index); 601 uint8_t index, 617 uint8_t index); 629 uint8_t index); 644 uint8_t index); 656 uint8_t index); [all …]
|
| D | nrf_uicr.h | 308 uint8_t index); 318 NRF_STATIC_INLINE uint32_t nrf_uicr_mem_size_get(NRF_UICR_Type const * p_reg, uint8_t index); 331 uint8_t index); 346 uint8_t index); 359 uint8_t index); 372 uint8_t index); 383 uint8_t index); 395 NRF_STATIC_INLINE uint32_t nrf_uicr_mailbox_address_get(NRF_UICR_Type const * p_reg, uint8_t index); 407 uint8_t index); 475 uint8_t index); [all …]
|
| D | nrf_mpc.h | 296 uint8_t index, 308 uint8_t index); 320 uint8_t index, 331 NRF_STATIC_INLINE uint32_t nrf_mpc_region_startaddr_get(NRF_MPC_Type const * p_reg, uint8_t index); 343 uint8_t index, 354 NRF_STATIC_INLINE uint32_t nrf_mpc_region_addrmask_get(NRF_MPC_Type const * p_reg, uint8_t index); 365 uint8_t index, 377 NRF_STATIC_INLINE uint32_t nrf_mpc_region_masterport_get(NRF_MPC_Type const * p_reg, uint8_t index); 388 uint8_t index, 400 uint8_t index); [all …]
|
| D | nrf_ipc.h | 298 uint8_t index, 309 NRF_STATIC_INLINE uint32_t nrf_ipc_send_config_get(NRF_IPC_Type * const p_reg, uint8_t index); 325 uint8_t index, 336 NRF_STATIC_INLINE uint32_t nrf_ipc_receive_config_get(NRF_IPC_Type * const p_reg, uint8_t index); 346 uint8_t index, 357 NRF_STATIC_INLINE uint32_t nrf_ipc_gpmem_get(NRF_IPC_Type const * p_reg, uint8_t index); 366 NRF_STATIC_INLINE nrf_ipc_task_t nrf_ipc_send_task_get(uint8_t index); 375 NRF_STATIC_INLINE nrf_ipc_event_t nrf_ipc_receive_event_get(uint8_t index); 453 uint8_t index, in nrf_ipc_send_config_set() argument 456 p_reg->SEND_CNF[index] = channels_mask; in nrf_ipc_send_config_set() [all …]
|
| D | nrf_lrcconf.h | 193 NRF_STATIC_INLINE nrf_lrcconf_task_t nrf_lrcconf_clkstart_task_get(uint8_t index); 202 NRF_STATIC_INLINE nrf_lrcconf_task_t nrf_lrcconf_clkstop_task_get(uint8_t index); 211 NRF_STATIC_INLINE nrf_lrcconf_event_t nrf_lrcconf_clkstarted_event_get(uint8_t index); 221 nrf_lrcconf_power_domain_mask_t nrf_lrcconf_power_domain_on_get(uint8_t index); 398 NRF_STATIC_INLINE nrf_lrcconf_task_t nrf_lrcconf_clkstart_task_get(uint8_t index) in nrf_lrcconf_clkstart_task_get() argument 400 NRFX_ASSERT(index < NRF_LRCCONF_CLK_COUNT); in nrf_lrcconf_clkstart_task_get() 401 return (nrf_lrcconf_task_t)(NRFX_OFFSETOF(NRF_LRCCONF_Type, TASKS_REQCLKSRC[index])); in nrf_lrcconf_clkstart_task_get() 404 NRF_STATIC_INLINE nrf_lrcconf_task_t nrf_lrcconf_clkstop_task_get(uint8_t index) in nrf_lrcconf_clkstop_task_get() argument 406 NRFX_ASSERT(index < NRF_LRCCONF_CLK_COUNT); in nrf_lrcconf_clkstop_task_get() 407 return (nrf_lrcconf_task_t)(NRFX_OFFSETOF(NRF_LRCCONF_Type, TASKS_STOPREQCLKSRC[index])); in nrf_lrcconf_clkstop_task_get() [all …]
|
| D | nrf_spis.h | 613 uint8_t index, 626 uint8_t index); 635 uint8_t index); 644 uint8_t index); 656 uint8_t index); 667 uint8_t index, 679 uint8_t index); 1066 uint8_t index, in nrf_spis_rx_pattern_match_enable_set() argument 1069 NRFX_ASSERT(index < NRF_SPIS_DMA_RX_PATTERN_MAX_COUNT); in nrf_spis_rx_pattern_match_enable_set() 1070 switch (index) in nrf_spis_rx_pattern_match_enable_set() [all …]
|
| D | nrf_twim.h | 665 uint8_t index, 678 uint8_t index); 687 uint8_t index); 696 uint8_t index); 708 uint8_t index); 719 uint8_t index, 731 uint8_t index); 1040 uint8_t index, in nrf_twim_rx_pattern_match_enable_set() argument 1043 NRFX_ASSERT(index < NRF_TWIM_DMA_RX_PATTERN_MAX_COUNT); in nrf_twim_rx_pattern_match_enable_set() 1044 switch (index) in nrf_twim_rx_pattern_match_enable_set() [all …]
|
| D | nrf_ipct.h | 380 NRF_STATIC_INLINE bool nrf_ipct_overflow_send_get(NRF_IPCT_Type const * p_reg, uint8_t index); 389 NRF_STATIC_INLINE nrf_ipct_task_t nrf_ipct_send_task_get(uint8_t index); 398 NRF_STATIC_INLINE nrf_ipct_task_t nrf_ipct_ack_task_get(uint8_t index); 407 NRF_STATIC_INLINE nrf_ipct_event_t nrf_ipct_receive_event_get(uint8_t index); 416 NRF_STATIC_INLINE nrf_ipct_event_t nrf_ipct_acked_event_get(uint8_t index); 688 NRF_STATIC_INLINE bool nrf_ipct_overflow_send_get(NRF_IPCT_Type const * p_reg, uint8_t index) in nrf_ipct_overflow_send_get() argument 690 NRFX_ASSERT(index < NRF_IPCT_TASKS_SEND_COUNT); in nrf_ipct_overflow_send_get() 691 return (p_reg->OVERFLOW.SEND & (1uL << index)); in nrf_ipct_overflow_send_get() 694 NRF_STATIC_INLINE nrf_ipct_task_t nrf_ipct_send_task_get(uint8_t index) in nrf_ipct_send_task_get() argument 696 return (nrf_ipct_task_t)(NRFX_OFFSETOF(NRF_IPCT_Type, TASKS_SEND[index])); in nrf_ipct_send_task_get() [all …]
|
| D | nrf_ppib.h | 204 NRF_STATIC_INLINE nrf_ppib_task_t nrf_ppib_send_task_get(uint8_t index); 224 NRF_STATIC_INLINE nrf_ppib_event_t nrf_ppib_receive_event_get(uint8_t index); 294 NRF_STATIC_INLINE bool nrf_ppib_overflow_check(NRF_PPIB_Type const * p_reg, uint8_t index); 307 NRF_STATIC_INLINE nrf_ppib_task_t nrf_ppib_send_task_get(uint8_t index) in nrf_ppib_send_task_get() argument 309 NRFX_ASSERT(index < NRF_PPIB_TASKS_SEND_COUNT); in nrf_ppib_send_task_get() 310 return (nrf_ppib_task_t)NRFX_OFFSETOF(NRF_PPIB_Type, TASKS_SEND[index]); in nrf_ppib_send_task_get() 319 NRF_STATIC_INLINE nrf_ppib_event_t nrf_ppib_receive_event_get(uint8_t index) in nrf_ppib_receive_event_get() argument 321 NRFX_ASSERT(index < NRF_PPIB_EVENTS_RECEIVE_COUNT); in nrf_ppib_receive_event_get() 322 return (nrf_ppib_event_t)NRFX_OFFSETOF(NRF_PPIB_Type, EVENTS_RECEIVE[index]); in nrf_ppib_receive_event_get() 366 NRF_STATIC_INLINE bool nrf_ppib_overflow_check(NRF_PPIB_Type const * p_reg, uint8_t index) in nrf_ppib_overflow_check() argument [all …]
|
| D | nrf_spim.h | 1033 uint8_t index, 1046 uint8_t index); 1055 uint8_t index); 1064 uint8_t index); 1076 uint8_t index); 1087 uint8_t index, 1099 uint8_t index); 1556 uint8_t index, in nrf_spim_rx_pattern_match_enable_set() argument 1559 NRFX_ASSERT(index < NRF_SPIM_DMA_RX_PATTERN_MAX_COUNT); in nrf_spim_rx_pattern_match_enable_set() 1560 switch (index) in nrf_spim_rx_pattern_match_enable_set() [all …]
|
| D | nrf_gpiote.h | 569 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_out_task_get(uint8_t index); 579 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_set_task_get(uint8_t index); 590 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_clr_task_get(uint8_t index); 600 NRF_STATIC_INLINE nrf_gpiote_event_t nrf_gpiote_in_event_get(uint8_t index); 914 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_out_task_get(uint8_t index) in nrf_gpiote_out_task_get() argument 916 NRFX_ASSERT(index < GPIOTE_CH_NUM); in nrf_gpiote_out_task_get() 917 return (nrf_gpiote_task_t)NRFX_OFFSETOF(NRF_GPIOTE_Type, TASKS_OUT[index]); in nrf_gpiote_out_task_get() 921 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_set_task_get(uint8_t index) in nrf_gpiote_set_task_get() argument 923 NRFX_ASSERT(index < GPIOTE_CH_NUM); in nrf_gpiote_set_task_get() 924 return (nrf_gpiote_task_t)NRFX_OFFSETOF(NRF_GPIOTE_Type, TASKS_SET[index]); in nrf_gpiote_set_task_get() [all …]
|
| D | nrf_ppi.h | 402 uint8_t index); 413 uint8_t index); 573 uint8_t index) in nrf_ppi_group_enable_task_get() argument 576 NRFX_ASSERT(index < PPI_GROUP_NUM); in nrf_ppi_group_enable_task_get() 577 return (nrf_ppi_task_t)NRFX_OFFSETOF(NRF_PPI_Type, TASKS_CHG[index].EN); in nrf_ppi_group_enable_task_get() 581 uint8_t index) in nrf_ppi_group_disable_task_get() argument 584 NRFX_ASSERT(index < PPI_GROUP_NUM); in nrf_ppi_group_disable_task_get() 585 return (nrf_ppi_task_t)NRFX_OFFSETOF(NRF_PPI_Type, TASKS_CHG[index].DIS); in nrf_ppi_group_disable_task_get()
|
| D | nrf_rtc.h | 299 NRF_STATIC_INLINE nrf_rtc_task_t nrf_rtc_capture_task_get(uint8_t index); 333 NRF_STATIC_INLINE nrf_rtc_event_t nrf_rtc_compare_event_get(uint8_t index); 432 NRF_STATIC_INLINE nrf_rtc_task_t nrf_rtc_capture_task_get(uint8_t index) in nrf_rtc_capture_task_get() argument 434 return (nrf_rtc_task_t)NRFX_OFFSETOF(NRF_RTC_Type, TASKS_CAPTURE[index]); in nrf_rtc_capture_task_get() 453 NRF_STATIC_INLINE nrf_rtc_event_t nrf_rtc_compare_event_get(uint8_t index) in nrf_rtc_compare_event_get() argument 455 return (nrf_rtc_event_t)NRFX_OFFSETOF(NRF_RTC_Type, EVENTS_COMPARE[index]); in nrf_rtc_compare_event_get()
|
| /hal_nordic-latest/nrfx/samples/doc/sphinx/ |
| D | examples_desc.rst | 7 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-latest/nrfx/mdk/ |
| D | system_nrf5340_network.c | 53 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()
|
| D | system_nrf7120_enga.c | 107 uint32_t index = 0ul; in SystemInit() local 108 …index = 0ul; index < FICR_TRIMCNF_MaxCount && NRF_FICR_NS->TRIMCNF[index].ADDR != 0xFFFFFFFFul && … in SystemInit() 113 … * ((volatile uint32_t*)NRF_FICR_NS->TRIMCNF[index].ADDR) = NRF_FICR_NS->TRIMCNF[index].DATA; in SystemInit()
|
| D | system_nrf54l.c | 102 uint32_t index = 0ul; in SystemInit() local 103 …index = 0ul; index < FICR_TRIMCNF_MaxCount && NRF_FICR_NS->TRIMCNF[index].ADDR != 0xFFFFFFFFul && … in SystemInit() 108 … * ((volatile uint32_t*)NRF_FICR_NS->TRIMCNF[index].ADDR) = NRF_FICR_NS->TRIMCNF[index].DATA; in SystemInit()
|
| D | system_nrf5340_application.c | 99 uint32_t index = 0ul; in SystemInit() local 100 for (index = 0ul; index < 32ul && NRF_FICR_S->TRIMCNF[index].ADDR != 0xFFFFFFFFul; index++){ in SystemInit() 105 … *((volatile uint32_t *)NRF_FICR_S->TRIMCNF[index].ADDR) = NRF_FICR_S->TRIMCNF[index].DATA; in SystemInit()
|
| D | system_nrf91.c | 135 …for (uint32_t index = 0ul; index < 256ul && !is_empty_word(&NRF_FICR_S->TRIMCNF[index].ADDR); inde… in SystemInit() local 139 *(volatile uint32_t *)NRF_FICR_S->TRIMCNF[index].ADDR = NRF_FICR_S->TRIMCNF[index].DATA; in SystemInit()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_rramc.h | 223 NRFX_STATIC_INLINE uint32_t nrfx_rramc_otp_word_read(uint32_t index); 240 NRFX_STATIC_INLINE bool nrfx_rramc_otp_word_write(uint32_t index, uint32_t value); 288 NRFX_STATIC_INLINE uint32_t nrfx_rramc_otp_word_read(uint32_t index) in nrfx_rramc_otp_word_read() argument 290 return nrfy_rramc_otp_word_read(index); in nrfx_rramc_otp_word_read() 293 NRFX_STATIC_INLINE bool nrfx_rramc_otp_word_write(uint32_t index, uint32_t value) in nrfx_rramc_otp_word_write() argument 295 return nrfy_rramc_otp_word_write(NRF_RRAMC, index, value); in nrfx_rramc_otp_word_write()
|
| /hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/ |
| D | nrfx_interconnect_dppic_ppib.c | 59 nrfx_interconnect_dppic_t * nrfx_interconnect_dppic_at_index_get(uint8_t index) in nrfx_interconnect_dppic_at_index_get() argument 61 NRFX_ASSERT(index < NRFX_INTERCONNECT_DPPIC_COUNT); in nrfx_interconnect_dppic_at_index_get() 63 return &interconnect_dppic[index]; in nrfx_interconnect_dppic_at_index_get() 84 nrfx_interconnect_ppib_t * nrfx_interconnect_ppib_at_index_get(uint8_t index) in nrfx_interconnect_ppib_at_index_get() argument 86 NRFX_ASSERT(index < NRFX_INTERCONNECT_PPIB_COUNT); in nrfx_interconnect_ppib_at_index_get() 88 return &interconnect_ppib[index]; in nrfx_interconnect_ppib_at_index_get()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rramc.h | 69 NRFY_STATIC_INLINE bool __nrfy_internal_rramc_is_otp_word_writable(uint32_t index); 358 NRFY_STATIC_INLINE uint32_t nrfy_rramc_otp_word_read(uint32_t index) in nrfy_rramc_otp_word_read() argument 360 NRFX_ASSERT(index < UICR_OTP_MaxCount); in nrfy_rramc_otp_word_read() 363 uint32_t val32 = NRF_UICR->OTP[index]; in nrfy_rramc_otp_word_read() 388 uint32_t index, in nrfy_rramc_otp_word_write() argument 391 NRFX_ASSERT(index < UICR_OTP_MaxCount); in nrfy_rramc_otp_word_write() 394 if (!__nrfy_internal_rramc_is_otp_word_writable(index)) in nrfy_rramc_otp_word_write() 407 NRF_UICR->OTP[index] = value; in nrfy_rramc_otp_word_write() 412 (void)index; in nrfy_rramc_otp_word_write() 707 NRFY_STATIC_INLINE bool __nrfy_internal_rramc_is_otp_word_writable(uint32_t index) in __nrfy_internal_rramc_is_otp_word_writable() argument [all …]
|
| D | nrfy_gpiote.h | 325 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_out_task_get(uint8_t index) in nrfy_gpiote_out_task_get() argument 327 return nrf_gpiote_out_task_get(index); in nrfy_gpiote_out_task_get() 332 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_set_task_get(uint8_t index) in nrfy_gpiote_set_task_get() argument 334 return nrf_gpiote_set_task_get(index); in nrfy_gpiote_set_task_get() 340 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_clr_task_get(uint8_t index) in nrfy_gpiote_clr_task_get() argument 342 return nrf_gpiote_clr_task_get(index); in nrfy_gpiote_clr_task_get() 347 NRFY_STATIC_INLINE nrf_gpiote_event_t nrfy_gpiote_in_event_get(uint8_t index) in nrfy_gpiote_in_event_get() argument 349 return nrf_gpiote_in_event_get(index); in nrfy_gpiote_in_event_get()
|
| D | nrfy_vpr.h | 66 NRFY_STATIC_INLINE nrf_vpr_task_t nrfy_vpr_trigger_task_get(uint8_t index) in nrfy_vpr_trigger_task_get() argument 68 return nrf_vpr_trigger_task_get(index); in nrfy_vpr_trigger_task_get() 96 NRFY_STATIC_INLINE nrf_vpr_event_t nrfy_vpr_triggered_event_get(uint8_t index) in nrfy_vpr_triggered_event_get() argument 98 return nrf_vpr_triggered_event_get(index); in nrfy_vpr_triggered_event_get()
|
| D | nrfy_dppi.h | 200 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_enable_task_get(uint8_t index) in nrfy_dppi_group_enable_task_get() argument 202 return nrf_dppi_group_enable_task_get(index); in nrfy_dppi_group_enable_task_get() 206 NRFY_STATIC_INLINE nrf_dppi_task_t nrfy_dppi_group_disable_task_get(uint8_t index) in nrfy_dppi_group_disable_task_get() argument 208 return nrf_dppi_group_disable_task_get(index); in nrfy_dppi_group_disable_task_get()
|