Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/src/rp2_common/hardware_pio/
Dpio.c167 (decrement << PIO_SM0_PINCTRL_SET_COUNT_LSB) | in pio_sm_set_pins()
187 (1u << PIO_SM0_PINCTRL_SET_COUNT_LSB) | in pio_sm_set_pins_with_mask()
205 (1u << PIO_SM0_PINCTRL_SET_COUNT_LSB) | in pio_sm_set_pindirs_with_mask()
223 …pio->sm[sm].pinctrl = (5u << PIO_SM0_PINCTRL_SET_COUNT_LSB) | (pin << PIO_SM0_PINCTRL_SET_BASE_LSB… in pio_sm_set_consecutive_pindirs()
228 …pio->sm[sm].pinctrl = (count << PIO_SM0_PINCTRL_SET_COUNT_LSB) | (pin << PIO_SM0_PINCTRL_SET_BASE_… in pio_sm_set_consecutive_pindirs()
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_pio/include/hardware/
Dpio.h153 (set_count << PIO_SM0_PINCTRL_SET_COUNT_LSB); in sm_config_set_set_pins()
946 (set_count << PIO_SM0_PINCTRL_SET_COUNT_LSB); in pio_sm_set_set_pins()
/hal_rpi_pico-3.4.0/src/rp2040/hardware_regs/include/hardware/regs/
Dpio.h1002 #define PIO_SM0_PINCTRL_SET_COUNT_LSB _u(26) macro