Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_nrf_sw.c37 #define PWM_0_MAP_SIZE DT_INST_PROP_LEN(0, channel_gpios) macro
40 #if ((PWM_0_MAP_SIZE + 1) > GENERATOR_CC_NUM)
65 nrfx_gpiote_t gpiote[PWM_0_MAP_SIZE];
66 uint8_t psel_ch[PWM_0_MAP_SIZE];
74 uint32_t pulse_cycles[PWM_0_MAP_SIZE];
75 uint8_t ppi_ch[PWM_0_MAP_SIZE][PPI_PER_CH];
76 uint8_t gpiote_ch[PWM_0_MAP_SIZE];
422 .map_size = PWM_0_MAP_SIZE,