Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h638 static inline void sm_config_set_in_shift(pio_sm_config *c, bool shift_right, bool autopush, uint p… in sm_config_set_in_shift() argument
644 (bool_to_bit(shift_right) << PIO_SM0_SHIFTCTRL_IN_SHIFTDIR_LSB) | in sm_config_set_in_shift()
657 static inline void sm_config_set_out_shift(pio_sm_config *c, bool shift_right, bool autopull, uint … in sm_config_set_out_shift() argument
663 (bool_to_bit(shift_right) << PIO_SM0_SHIFTCTRL_OUT_SHIFTDIR_LSB) | in sm_config_set_out_shift()