Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h657 …d sm_config_set_out_shift(pio_sm_config *c, bool shift_right, bool autopull, uint pull_threshold) { in sm_config_set_out_shift() argument
658 valid_params_if(HARDWARE_PIO, pull_threshold <= 32); in sm_config_set_out_shift()
665 ((pull_threshold & 0x1fu) << PIO_SM0_SHIFTCTRL_PULL_THRESH_LSB); in sm_config_set_out_shift()