Lines Matching defs:p_reg
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()
235 void nrf_gpiote_task_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_task_enable()
243 void nrf_gpiote_task_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_task_disable()
250 void nrf_gpiote_task_configure(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_task_configure()
268 void nrf_gpiote_task_force(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_task_force()
278 void nrf_gpiote_te_default(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_te_default()
289 static void nrf_gpiote_subscribe_common(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_subscribe_common()
310 void nrf_gpiote_subscribe_set(NRF_GPIOTE_Type * p_reg, in nrf_gpiote_subscribe_set()
319 void nrf_gpiote_subscribe_clear(NRF_GPIOTE_Type * p_reg, nrf_gpiote_task_t task) in nrf_gpiote_subscribe_clear()