Home
last modified time | relevance | path

Searched refs:group (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_dppi.c26 uint group = task_off / sizeof(DPPIC_TASKS_CHG_Type); in nrf_dppi_task_trigger() local
29 nhw_dppi_regw_sideeffects_TASK_CHGn_EN(dppi_inst, group); in nrf_dppi_task_trigger()
31 nhw_dppi_regw_sideeffects_TASK_CHGn_DIS(dppi_inst, group); in nrf_dppi_task_trigger()
64 uint group = task_off / sizeof(DPPIC_TASKS_CHG_Type); in nrf_dppi_subscribe_common() local
67 nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_EN(dppi_inst, group); in nrf_dppi_subscribe_common()
69 nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_DIS(dppi_inst, group); in nrf_dppi_subscribe_common()
114 nrf_dppi_channel_group_t group) in nrf_dppi_group_clear() argument
116 p_reg->CHG[(uint32_t) group] = 0; in nrf_dppi_group_clear()
119 nhw_dppi_regw_sideeffects_CHGn(dppi_inst, group); in nrf_dppi_group_clear()
122 void nrf_dppi_group_enable(NRF_DPPIC_Type * p_reg, nrf_dppi_channel_group_t group) in nrf_dppi_group_enable() argument
[all …]
Dnrf_ppi.c71 void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_disable() argument
73 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1; in nrf_ppi_group_disable()
74 nrf_ppi_regw_sideeffects_TASKS_CHG_DIS(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() argument
79 p_reg->TASKS_CHG[(uint32_t) group].EN = 1; in nrf_ppi_group_enable()
80 nrf_ppi_regw_sideeffects_TASKS_CHG_EN(group); in nrf_ppi_group_enable()