Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c299 uint8_t col_psel = (col_pin_info & PSEL_MASK); in prepare_pixel_pulse() local
304 dev_config->pwm->PSEL.OUT[channel_idx] = col_psel; in prepare_pixel_pulse()
308 | (col_psel << GPIOTE_CONFIG_PSEL_Pos); in prepare_pixel_pulse()