Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h288 #define PINHI_EXECCTRL_LSB 20 macro
289 static_assert( (1u << PINHI_EXECCTRL_LSB) > (PINHI_ALL_PINCTRL_LSBS * 0x1f), "");
290 #define PINHI_ALL_PIN_LSBS ((1u << PINHI_EXECCTRL_LSB) |(1u << PIO_SM0_PINCTRL_IN_BASE_LSB) | (1u <…
815 static_assert(PINHI_EXECCTRL_LSB == 20, ""); // we use shifts to mask off bits below in pio_sm_set_config()