Lines Matching refs:execctrl
225 uint32_t execctrl_saved = pio->sm[sm].execctrl; in pio_sm_set_pins_internal()
226 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pins_internal()
240 pio->sm[sm].execctrl = execctrl_saved; in pio_sm_set_pins_internal()
265 uint32_t execctrl_saved = pio->sm[sm].execctrl; in pio_sm_set_pins_with_mask_internal()
266 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pins_with_mask_internal()
276 pio->sm[sm].execctrl = execctrl_saved; in pio_sm_set_pins_with_mask_internal()
302 uint32_t execctrl_saved = pio->sm[sm].execctrl; in pio_sm_set_pindirs_with_mask_internal()
303 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_pindirs_with_mask_internal()
313 pio->sm[sm].execctrl = execctrl_saved; in pio_sm_set_pindirs_with_mask_internal()
340 uint32_t execctrl_saved = pio->sm[sm].execctrl; in pio_sm_set_consecutive_pindirs()
341 hw_clear_bits(&pio->sm[sm].execctrl, 1u << PIO_SM0_EXECCTRL_OUT_STICKY_LSB); in pio_sm_set_consecutive_pindirs()
352 pio->sm[sm].execctrl = execctrl_saved; in pio_sm_set_consecutive_pindirs()