Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_nrf_sw.c55 #define PPI_PER_CH 3 macro
57 #define PPI_PER_CH 2 macro
75 uint8_t ppi_ch[PWM_0_MAP_SIZE][PPI_PER_CH];
176 (PPI_PER_CH > 2 ? BIT(ppi_chs[2]) : 0); in pwm_nrf_sw_set_cycles()
354 for (uint32_t j = 0; j < PPI_PER_CH; j++) { in pwm_nrf_sw_init()