Lines Matching refs:group
317 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
325 NRF_STATIC_INLINE void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
333 NRF_STATIC_INLINE void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
363 nrf_ppi_channel_group_t group);
374 nrf_ppi_channel_group_t group);
510 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_clear() argument
512 p_reg->CHG[(uint32_t) group] = 0; in nrf_ppi_group_clear()
515 NRF_STATIC_INLINE void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_enable() argument
517 p_reg->TASKS_CHG[(uint32_t) group].EN = 1UL; in nrf_ppi_group_enable()
520 NRF_STATIC_INLINE void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_disable() argument
522 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1UL; in nrf_ppi_group_disable()
537 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_enable_address_get() argument
539 return (uint32_t) &p_reg->TASKS_CHG[(uint32_t) group].EN; in nrf_ppi_task_group_enable_address_get()
543 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_disable_address_get() argument
545 return (uint32_t) &p_reg->TASKS_CHG[(uint32_t) group].DIS; in nrf_ppi_task_group_disable_address_get()