Lines Matching defs:p_reg
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()
115 void nrf_dppi_group_clear(NRF_DPPIC_Type * p_reg, in nrf_dppi_group_clear()
124 void nrf_dppi_group_enable(NRF_DPPIC_Type * p_reg, nrf_dppi_channel_group_t group) in nrf_dppi_group_enable()
132 void nrf_dppi_group_disable(NRF_DPPIC_Type * p_reg, in nrf_dppi_group_disable()