Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/hardware_pio/
A Dpio.c163 (base << PIO_SM0_PINCTRL_SET_BASE_LSB); in pio_sm_set_pins()
178 (base << PIO_SM0_PINCTRL_SET_BASE_LSB); in pio_sm_set_pins_with_mask()
191 (base << PIO_SM0_PINCTRL_SET_BASE_LSB); in pio_sm_set_pindirs_with_mask()
203 …io->sm[sm].pinctrl = (5u << PIO_SM0_PINCTRL_SET_COUNT_LSB) | (pin << PIO_SM0_PINCTRL_SET_BASE_LSB); in pio_sm_set_consecutive_pindirs()
208 …>sm[sm].pinctrl = (count << PIO_SM0_PINCTRL_SET_COUNT_LSB) | (pin << PIO_SM0_PINCTRL_SET_BASE_LSB); in pio_sm_set_consecutive_pindirs()
/lk-master/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A Dpio.h141 (set_base << PIO_SM0_PINCTRL_SET_BASE_LSB) | in sm_config_set_set_pins()
696 (set_base << PIO_SM0_PINCTRL_SET_BASE_LSB) | in pio_sm_set_set_pins()
/lk-master/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dpio.h954 #define PIO_SM0_PINCTRL_SET_BASE_LSB 5 macro

Completed in 15 milliseconds