Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_interp/include/hardware/
Dinterp.h235 c->ctrl = (c->ctrl & ~SIO_INTERP1_CTRL_LANE0_CLAMP_BITS) | in interp_config_set_clamp()
236 (clamp ? SIO_INTERP1_CTRL_LANE0_CLAMP_BITS : 0); in interp_config_set_clamp()
282 invalid_params_if(HARDWARE_INTERP, config->ctrl & SIO_INTERP1_CTRL_LANE0_CLAMP_BITS && in interp_set_config()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dsio.h943 #define SIO_INTERP1_CTRL_LANE0_CLAMP_BITS _u(0x00400000) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dsio.h1207 #define SIO_INTERP1_CTRL_LANE0_CLAMP_BITS _u(0x00400000) macro