Lines Matching refs:group
334 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
342 NRF_STATIC_INLINE void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
350 NRF_STATIC_INLINE void nrf_ppi_group_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group);
380 nrf_ppi_channel_group_t group);
391 nrf_ppi_channel_group_t group);
534 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
536 p_reg->CHG[(uint32_t) group] = 0; in nrf_ppi_group_clear()
539 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
541 p_reg->TASKS_CHG[(uint32_t) group].EN = 1UL; in nrf_ppi_group_enable()
544 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
546 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1UL; in nrf_ppi_group_disable()
561 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_enable_address_get() argument
563 return (uint32_t) &p_reg->TASKS_CHG[(uint32_t) group].EN; in nrf_ppi_task_group_enable_address_get()
567 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_disable_address_get() argument
569 return (uint32_t) &p_reg->TASKS_CHG[(uint32_t) group].DIS; in nrf_ppi_task_group_disable_address_get()