Searched refs:ppi_chs (Results 1 – 1 of 1) sorted by relevance
133 const uint8_t *ppi_chs; in pwm_nrf_sw_set_cycles() local169 ppi_chs = data->ppi_ch[channel]; in pwm_nrf_sw_set_cycles()175 ppi_mask = BIT(ppi_chs[0]) | BIT(ppi_chs[1]) | in pwm_nrf_sw_set_cycles()176 (PPI_PER_CH > 2 ? BIT(ppi_chs[2]) : 0); in pwm_nrf_sw_set_cycles()278 nrfx_gppi_fork_endpoint_setup(ppi_chs[1], in pwm_nrf_sw_set_cycles()281 nrfx_gppi_channel_endpoints_setup(ppi_chs[2], in pwm_nrf_sw_set_cycles()294 nrfx_gppi_channel_endpoints_setup(ppi_chs[0], in pwm_nrf_sw_set_cycles()297 nrfx_gppi_channel_endpoints_setup(ppi_chs[1], in pwm_nrf_sw_set_cycles()