Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h715 static inline void sm_config_set_mov_status(pio_sm_config *c, enum pio_mov_status_type status_sel, … in sm_config_set_mov_status() argument
717 status_sel == STATUS_TX_LESSTHAN || status_sel == STATUS_RX_LESSTHAN in sm_config_set_mov_status()
719 || status_sel == STATUS_IRQ_SET in sm_config_set_mov_status()
724 … | ((((uint)status_sel) << PIO_SM0_EXECCTRL_STATUS_SEL_LSB) & PIO_SM0_EXECCTRL_STATUS_SEL_BITS) in sm_config_set_mov_status()