/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_grtc.c | 12 void nrf_grtc_sys_counter_cc_set(NRF_GRTC_Type * p_reg, in nrf_grtc_sys_counter_cc_set() 31 void nrf_grtc_sys_counter_cc_add_set(NRF_GRTC_Type * p_reg, in nrf_grtc_sys_counter_cc_add_set() 49 void nrf_grtc_int_enable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_int_enable() 55 void nrf_grtc_int_disable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_int_disable() 63 void nrf_grtc_int_group_enable(NRF_GRTC_Type * p_reg, in nrf_grtc_int_group_enable() 71 void nrf_grtc_int_group_disable(NRF_GRTC_Type * p_reg, in nrf_grtc_int_group_disable() 79 void nrf_grtc_subscribe_set(NRF_GRTC_Type * p_reg, in nrf_grtc_subscribe_set() 97 void nrf_grtc_subscribe_clear(NRF_GRTC_Type * p_reg, in nrf_grtc_subscribe_clear() 113 void nrf_grtc_event_clear(NRF_GRTC_Type * p_reg, nrf_grtc_event_t event) in nrf_grtc_event_clear() 121 uint32_t nrf_grtc_sys_counter_low_get(NRF_GRTC_Type const * p_reg) in nrf_grtc_sys_counter_low_get() [all …]
|
D | nrf_uart.c | 14 static int uart_number_from_ptr(NRF_UART_Type * p_reg){ in uart_number_from_ptr() 19 void nrf_uart_task_trigger(NRF_UART_Type * p_reg, nrf_uart_task_t task) in nrf_uart_task_trigger() 41 void nrf_uart_int_enable(NRF_UART_Type * p_reg, uint32_t mask) in nrf_uart_int_enable() 48 void nrf_uart_int_disable(NRF_UART_Type * p_reg, uint32_t mask) in nrf_uart_int_disable() 55 void nrf_uart_event_clear(NRF_UART_Type * p_reg, nrf_uart_event_t event) in nrf_uart_event_clear() 62 uint32_t nrf_uart_errorsrc_get_and_clear(NRF_UART_Type * p_reg) in nrf_uart_errorsrc_get_and_clear() 68 uint8_t nrf_uart_rxd_get(NRF_UART_Type const * p_reg) in nrf_uart_rxd_get() 74 void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd) in nrf_uart_txd_set() 81 void nrf_uart_disable(NRF_UART_Type * p_reg) in nrf_uart_disable() 88 void nrf_uart_enable(NRF_UART_Type * p_reg) in nrf_uart_enable() [all …]
|
D | nrf_uarte.c | 14 static int uarte_number_from_ptr(NRF_UARTE_Type * p_reg){ in uarte_number_from_ptr() 19 void nrf_uarte_task_trigger(NRF_UARTE_Type * p_reg, nrf_uarte_task_t task) in nrf_uarte_task_trigger() 51 void nrf_uarte_int_enable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrf_uarte_int_enable() 58 void nrf_uarte_int_disable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrf_uarte_int_disable() 65 void nrf_uarte_event_clear(NRF_UARTE_Type * p_reg, nrf_uarte_event_t event) in nrf_uarte_event_clear() 72 uint32_t nrf_uarte_errorsrc_get_and_clear(NRF_UARTE_Type * p_reg) in nrf_uarte_errorsrc_get_and_clear() 78 void nrf_uarte_enable(NRF_UARTE_Type * p_reg) in nrf_uarte_enable() 85 void nrf_uarte_disable(NRF_UARTE_Type * p_reg) in nrf_uarte_disable() 92 void nrf_uarte_configure(NRF_UARTE_Type * p_reg, in nrf_uarte_configure() 112 static void nrf_uarte_subscribe_common(NRF_UARTE_Type * p_reg, in nrf_uarte_subscribe_common() [all …]
|
D | nrf_ppi.c | 12 void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_enable() 18 void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_disable() 24 void nrf_ppi_channels_enable(NRF_PPI_Type * p_reg, uint32_t mask) in nrf_ppi_channels_enable() 30 void nrf_ppi_channels_disable(NRF_PPI_Type * p_reg, uint32_t mask) in nrf_ppi_channels_disable() 36 void nrf_ppi_channel_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_channel_endpoint_setup() 47 void nrf_ppi_event_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_event_endpoint_setup() 55 void nrf_ppi_task_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_task_endpoint_setup() 63 void nrf_ppi_fork_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_fork_endpoint_setup() 71 void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_disable() 77 void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_enable()
|
D | nrf_rtc.c | 13 static int rtc_number_from_ptr(NRF_RTC_Type const * p_reg){ in rtc_number_from_ptr() 18 void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set() 25 void nrf_rtc_int_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_enable() 32 void nrf_rtc_int_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_disable() 39 uint32_t nrf_rtc_counter_get(NRF_RTC_Type const * p_reg) in nrf_rtc_counter_get() 46 void nrf_rtc_task_trigger(NRF_RTC_Type * p_reg, nrf_rtc_task_t task) in nrf_rtc_task_trigger() 70 void nrf_rtc_event_clear(NRF_RTC_Type * p_reg, nrf_rtc_event_t event) in nrf_rtc_event_clear() 78 void nrf_rtc_event_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_enable() 85 void nrf_rtc_event_disable(NRF_RTC_Type * p_reg, uint32_t event) in nrf_rtc_event_disable() 94 static void nrf_rtc_subscribe_common(NRF_RTC_Type * p_reg, in nrf_rtc_subscribe_common() [all …]
|
D | nrf_dppi.c | 15 static int get_dppi_inst_from_ptr(NRF_DPPIC_Type * p_reg) in get_dppi_inst_from_ptr() 22 void nrf_dppi_task_trigger(NRF_DPPIC_Type * p_reg, nrf_dppi_task_t dppi_task) in nrf_dppi_task_trigger() 37 void nrf_dppi_channels_disable_all(NRF_DPPIC_Type * p_reg) in nrf_dppi_channels_disable_all() 45 void nrf_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_enable() 53 void nrf_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_disable() 61 static void nrf_dppi_subscribe_common(NRF_DPPIC_Type * p_reg, in nrf_dppi_subscribe_common() 75 void nrf_dppi_subscribe_set(NRF_DPPIC_Type * p_reg, in nrf_dppi_subscribe_set() 86 void nrf_dppi_subscribe_clear(NRF_DPPIC_Type * p_reg, nrf_dppi_task_t task) in nrf_dppi_subscribe_clear() 93 void nrf_dppi_channels_include_in_group(NRF_DPPIC_Type * p_reg, in nrf_dppi_channels_include_in_group() 104 void nrf_dppi_channels_remove_from_group(NRF_DPPIC_Type * p_reg, in nrf_dppi_channels_remove_from_group() [all …]
|
D | nrf_gpiote.c | 47 static int gpiote_number_from_ptr(NRF_GPIOTE_Type const * p_reg){ in gpiote_number_from_ptr() 52 void nrf_gpiote_task_trigger(NRF_GPIOTE_Type * p_reg, nrf_gpiote_task_t task) in nrf_gpiote_task_trigger() 73 void nrf_gpiote_event_clear(NRF_GPIOTE_Type * p_reg, nrf_gpiote_event_t event) in nrf_gpiote_event_clear() 102 void nrf_gpiote_int_enable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_enable() 110 void nrf_gpiote_int_disable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_disable() 117 void nrf_gpiote_event_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_event_enable() 124 void nrf_gpiote_event_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_event_disable() 132 void nrf_gpiote_int_group_enable(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_int_group_enable() 177 void nrf_gpiote_int_group_disable(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_int_group_disable() 223 void nrf_gpiote_event_configure(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_event_configure() [all …]
|
D | nrf_54_aar.c | 13 static int aar_inst_from_ptr(NRF_AAR_Type * p_reg) in aar_inst_from_ptr() 21 void nrf_aar_int_enable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_enable() 28 void nrf_aar_int_disable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_disable() 35 void nrf_aar_task_trigger(NRF_AAR_Type * p_reg, nrf_aar_task_t task) in nrf_aar_task_trigger() 50 void nrf_aar_enable(NRF_AAR_Type * p_reg) in nrf_aar_enable() 57 void nrf_aar_disable(NRF_AAR_Type * p_reg) in nrf_aar_disable() 64 void nrf_aar_event_clear(NRF_AAR_Type * p_reg, nrf_aar_event_t event) in nrf_aar_event_clear() 71 static void nrf_aar_subscribe_common(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_common() 89 void nrf_aar_subscribe_set(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_set() 98 void nrf_aar_subscribe_clear(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_clear()
|
D | nrf_54_ccm.c | 12 static int ccm_inst_from_ptr(NRF_CCM_Type * p_reg) in ccm_inst_from_ptr() 20 void nrf_ccm_task_trigger(NRF_CCM_Type * p_reg, nrf_ccm_task_t task) in nrf_ccm_task_trigger() 36 void nrf_ccm_int_enable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_enable() 43 void nrf_ccm_int_disable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_disable() 50 void nrf_ccm_enable(NRF_CCM_Type * p_reg) in nrf_ccm_enable() 57 void nrf_ccm_disable(NRF_CCM_Type * p_reg) in nrf_ccm_disable() 64 void nrf_ccm_event_clear(NRF_CCM_Type * p_reg, nrf_ccm_event_t event) in nrf_ccm_event_clear() 71 static void nrf_ccm_subscribe_common(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_common() 88 void nrf_ccm_subscribe_set(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_set() 97 void nrf_ccm_subscribe_clear(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_clear()
|
D | nrf_radio.c | 13 void nrf_radio_task_trigger(NRF_RADIO_Type * p_reg, nrf_radio_task_t task) in nrf_radio_task_trigger() 49 void nrf_radio_int_enable(NRF_RADIO_Type * p_reg, uint32_t mask) in nrf_radio_int_enable() 59 void nrf_radio_int_disable(NRF_RADIO_Type * p_reg, uint32_t mask) in nrf_radio_int_disable() 69 void nrf_radio_bcc_set(NRF_RADIO_Type * p_reg, uint32_t radio_bcc) in nrf_radio_bcc_set() 76 void nrf_radio_power_set(NRF_RADIO_Type * p_reg, bool radio_power) in nrf_radio_power_set() 83 void nrf_radio_event_clear(NRF_RADIO_Type * p_reg, nrf_radio_event_t event) in nrf_radio_event_clear() 91 static void nrf_radio_subscribe_common(NRF_RADIO_Type * p_reg, in nrf_radio_subscribe_common() 128 void nrf_radio_subscribe_set(NRF_RADIO_Type * p_reg, in nrf_radio_subscribe_set() 137 void nrf_radio_subscribe_clear(NRF_RADIO_Type * p_reg, in nrf_radio_subscribe_clear()
|
D | nrf_rng.c | 14 void nrf_rng_task_trigger(NRF_RNG_Type * p_reg, nrf_rng_task_t rng_task) in nrf_rng_task_trigger() 27 void nrf_rng_int_enable(NRF_RNG_Type * p_reg, uint32_t mask) in nrf_rng_int_enable() 34 void nrf_rng_int_disable(NRF_RNG_Type * p_reg, uint32_t mask) in nrf_rng_int_disable() 41 void nrf_rng_event_clear(NRF_RNG_Type * p_reg, nrf_rng_event_t rng_event) in nrf_rng_event_clear() 49 static void nrf_rng_subscribe_common(NRF_RNG_Type * p_reg, in nrf_rng_subscribe_common() 63 void nrf_rng_subscribe_set(NRF_RNG_Type * p_reg, in nrf_rng_subscribe_set() 72 void nrf_rng_subscribe_clear(NRF_RNG_Type * p_reg, in nrf_rng_subscribe_clear()
|
D | nrf_temp.c | 12 void nrf_temp_task_trigger(NRF_TEMP_Type * p_reg, nrf_temp_task_t temp_task) in nrf_temp_task_trigger() 25 void nrf_temp_int_enable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrf_temp_int_enable() 32 void nrf_temp_int_disable(NRF_TEMP_Type * p_reg, uint32_t mask) in nrf_temp_int_disable() 39 void nrf_temp_event_clear(NRF_TEMP_Type * p_reg, nrf_temp_event_t event) in nrf_temp_event_clear() 47 static void nrf_temp_subscribe_common(NRF_TEMP_Type * p_reg, in nrf_temp_subscribe_common() 61 void nrf_temp_subscribe_set(NRF_TEMP_Type * p_reg, in nrf_temp_subscribe_set() 70 void nrf_temp_subscribe_clear(NRF_TEMP_Type * p_reg, in nrf_temp_subscribe_clear()
|
D | nrf_ecb.c | 12 void nrf_ecb_task_trigger(NRF_ECB_Type * p_reg, nrf_ecb_task_t task) in nrf_ecb_task_trigger() 25 void nrf_ecb_int_enable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_enable() 31 void nrf_ecb_int_disable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_disable() 37 void nrf_ecb_event_clear(NRF_ECB_Type * p_reg, nrf_ecb_event_t event) in nrf_ecb_event_clear() 45 static void nrf_ecb_subscribe_common(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_common() 59 void nrf_ecb_subscribe_set(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_set() 68 void nrf_ecb_subscribe_clear(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_clear()
|
D | nrf_aar.c | 13 void nrf_aar_int_enable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_enable() 19 void nrf_aar_int_disable(NRF_AAR_Type * p_reg, uint32_t mask) in nrf_aar_int_disable() 25 void nrf_aar_task_trigger(NRF_AAR_Type * p_reg, nrf_aar_task_t task) in nrf_aar_task_trigger() 37 void nrf_aar_event_clear(NRF_AAR_Type * p_reg, nrf_aar_event_t event) in nrf_aar_event_clear() 45 static void nrf_aar_subscribe_common(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_common() 59 void nrf_aar_subscribe_set(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_set() 68 void nrf_aar_subscribe_clear(NRF_AAR_Type * p_reg, in nrf_aar_subscribe_clear()
|
D | nrf_ccm.c | 13 void nrf_ccm_task_trigger(NRF_CCM_Type * p_reg, nrf_ccm_task_t task) in nrf_ccm_task_trigger() 28 void nrf_ccm_int_enable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_enable() 34 void nrf_ccm_int_disable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_disable() 40 void nrf_ccm_event_clear(NRF_CCM_Type * p_reg, nrf_ccm_event_t event) in nrf_ccm_event_clear() 48 static void nrf_ccm_subscribe_common(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_common() 66 void nrf_ccm_subscribe_set(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_set() 75 void nrf_ccm_subscribe_clear(NRF_CCM_Type * p_reg, in nrf_ccm_subscribe_clear()
|
D | nrf_cracen_cm.c | 16 void nrf_cracen_cm_config_indirect_set(NRF_CRACENCORE_Type * p_reg, in nrf_cracen_cm_config_indirect_set() 23 void nrf_cracen_cm_softreset(NRF_CRACENCORE_Type * p_reg) in nrf_cracen_cm_softreset() 31 void nrf_cracen_cm_start(NRF_CRACENCORE_Type * p_reg) in nrf_cracen_cm_start() 38 void nrf_cracen_cm_int_enable(NRF_CRACENCORE_Type * p_reg, uint32_t mask) in nrf_cracen_cm_int_enable() 44 void nrf_cracen_cm_int_disable(NRF_CRACENCORE_Type * p_reg, uint32_t mask) in nrf_cracen_cm_int_disable() 50 void nrf_cracen_cm_int_clear(NRF_CRACENCORE_Type * p_reg, uint32_t mask) in nrf_cracen_cm_int_clear()
|
D | nrf_54_ecb.c | 12 static int ecb_inst_from_ptr(NRF_ECB_Type * p_reg) in ecb_inst_from_ptr() 18 void nrf_ecb_task_trigger(NRF_ECB_Type * p_reg, nrf_ecb_task_t task) in nrf_ecb_task_trigger() 33 void nrf_ecb_int_enable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_enable() 40 void nrf_ecb_int_disable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_disable() 47 void nrf_ecb_event_clear(NRF_ECB_Type * p_reg, nrf_ecb_event_t event) in nrf_ecb_event_clear() 54 static void nrf_ecb_subscribe_common(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_common() 69 void nrf_ecb_subscribe_set(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_set() 78 void nrf_ecb_subscribe_clear(NRF_ECB_Type * p_reg, in nrf_ecb_subscribe_clear()
|
D | nrf_timer.c | 15 static int timer_number_from_ptr(NRF_TIMER_Type * p_reg){ in timer_number_from_ptr() 20 void nrf_timer_cc_set(NRF_TIMER_Type * p_reg, in nrf_timer_cc_set() 29 void nrf_timer_task_trigger(NRF_TIMER_Type * p_reg, in nrf_timer_task_trigger() 57 void nrf_timer_event_clear(NRF_TIMER_Type * p_reg, in nrf_timer_event_clear() 65 void nrf_timer_int_enable(NRF_TIMER_Type * p_reg, in nrf_timer_int_enable() 73 void nrf_timer_int_disable(NRF_TIMER_Type * p_reg, in nrf_timer_int_disable() 83 static void nrf_timer_subscribe_common(NRF_TIMER_Type * p_reg, in nrf_timer_subscribe_common() 109 void nrf_timer_subscribe_set(NRF_TIMER_Type * p_reg, in nrf_timer_subscribe_set() 118 void nrf_timer_subscribe_clear(NRF_TIMER_Type * p_reg, in nrf_timer_subscribe_clear()
|
D | nrf_clock.c | 17 static int clock_number_from_ptr(NRF_CLOCK_Type * p_reg) in clock_number_from_ptr() 25 void nrf_clock_int_enable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_enable() 33 void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_disable() 41 void nrf_clock_task_trigger(NRF_CLOCK_Type * p_reg, nrf_clock_task_t task) in nrf_clock_task_trigger() 87 void nrf_clock_event_clear(NRF_CLOCK_Type * p_reg, nrf_clock_event_t event) in nrf_clock_event_clear() 97 static void nrf_clock_subscribe_common(NRF_CLOCK_Type * p_reg, in nrf_clock_subscribe_common() 139 void nrf_clock_subscribe_set(NRF_CLOCK_Type * p_reg, in nrf_clock_subscribe_set() 148 void nrf_clock_subscribe_clear(NRF_CLOCK_Type * p_reg, in nrf_clock_subscribe_clear()
|
D | nrf_ipc.c | 12 static int ipc_number_from_ptr(NRF_IPC_Type const * p_reg){ in ipc_number_from_ptr() 17 void nrf_ipc_task_trigger(NRF_IPC_Type * p_reg, nrf_ipc_task_t ipc_task) in nrf_ipc_task_trigger() 26 void nrf_ipc_event_clear(NRF_IPC_Type * p_reg, nrf_ipc_event_t ipc_event) in nrf_ipc_event_clear() 34 void nrf_ipc_int_enable(NRF_IPC_Type * p_reg, uint32_t mask) in nrf_ipc_int_enable() 42 void nrf_ipc_int_disable(NRF_IPC_Type * p_reg, uint32_t mask) in nrf_ipc_int_disable() 51 void nrf_ipc_subscribe_set(NRF_IPC_Type * p_reg, in nrf_ipc_subscribe_set() 65 void nrf_ipc_subscribe_clear(NRF_IPC_Type * p_reg, in nrf_ipc_subscribe_clear()
|
D | nrf_egu.c | 12 static int egu_number_from_ptr(NRF_EGU_Type const * p_reg){ in egu_number_from_ptr() 17 void nrf_egu_task_trigger(NRF_EGU_Type * p_reg, nrf_egu_task_t egu_task) in nrf_egu_task_trigger() 27 void nrf_egu_event_clear(NRF_EGU_Type * p_reg, nrf_egu_event_t egu_event) in nrf_egu_event_clear() 37 void nrf_egu_int_enable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_enable() 45 void nrf_egu_int_disable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_disable() 54 void nrf_egu_subscribe_set(NRF_EGU_Type * p_reg, in nrf_egu_subscribe_set() 68 void nrf_egu_subscribe_clear(NRF_EGU_Type * p_reg, in nrf_egu_subscribe_clear()
|
D | nrf_nvmc.c | 15 static int nvmc_number_from_ptr(NRF_NVMC_Type * p_reg) in nvmc_number_from_ptr() 21 void nrf_nvmc_page_erase_start(NRF_NVMC_Type * p_reg, uint32_t page_addr) in nrf_nvmc_page_erase_start() 34 void nrf_nvmc_uicr_erase_start(NRF_NVMC_Type * p_reg) in nrf_nvmc_uicr_erase_start() 43 void nrf_nvmc_erase_all_start(NRF_NVMC_Type * p_reg) in nrf_nvmc_erase_all_start() 51 void nrf_nvmc_page_partial_erase_start(NRF_NVMC_Type * p_reg, uint32_t page_addr) in nrf_nvmc_page_partial_erase_start() 107 bool nrf_nvmc_ready_check(NRF_NVMC_Type const * p_reg) in nrf_nvmc_ready_check() 117 bool nrf_nvmc_write_ready_check(NRF_NVMC_Type const * p_reg) in nrf_nvmc_write_ready_check()
|
D | nrf_gpio.c | 56 static int gpio_number_from_ptr(NRF_GPIO_Type const * p_reg){ in gpio_number_from_ptr() 139 void nrf_gpio_port_pin_output_set(NRF_GPIO_Type * p_reg, uint32_t pin_number) in nrf_gpio_port_pin_output_set() 154 void nrf_gpio_port_pin_input_set(NRF_GPIO_Type * p_reg, in nrf_gpio_port_pin_input_set() 206 void nrf_gpio_port_dir_output_set(NRF_GPIO_Type * p_reg, uint32_t out_mask) in nrf_gpio_port_dir_output_set() 213 void nrf_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask) in nrf_gpio_port_dir_input_set() 219 void nrf_gpio_port_dir_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrf_gpio_port_dir_write() 225 void nrf_gpio_port_out_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrf_gpio_port_out_write() 231 void nrf_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrf_gpio_port_out_set() 238 void nrf_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrf_gpio_port_out_clear() 244 void nrf_gpio_port_detect_latch_set(NRF_GPIO_Type * p_reg, bool enable) in nrf_gpio_port_detect_latch_set()
|
D | nrf_cracen.c | 14 void nrf_cracen_int_enable(NRF_CRACEN_Type * p_reg, uint32_t mask) in nrf_cracen_int_enable() 20 void nrf_cracen_int_disable(NRF_CRACEN_Type * p_reg, uint32_t mask) in nrf_cracen_int_disable() 26 void nrf_cracen_event_clear(NRF_CRACEN_Type * p_reg, in nrf_cracen_event_clear()
|
D | nrf_ppib.c | 12 static int ppib_number_from_ptr(NRF_PPIB_Type const * p_reg){ in ppib_number_from_ptr() 20 void nrf_ppib_subscribe_set(NRF_PPIB_Type * p_reg, in nrf_ppib_subscribe_set() 34 void nrf_ppib_subscribe_clear(NRF_PPIB_Type * p_reg, in nrf_ppib_subscribe_clear()
|