Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_interp/include/hardware/
A Dinterp.h230 c->ctrl = (c->ctrl & ~SIO_INTERP1_CTRL_LANE0_CLAMP_BITS) | in interp_config_set_clamp()
231 (clamp ? SIO_INTERP1_CTRL_LANE0_CLAMP_BITS : 0); in interp_config_set_clamp()
277 invalid_params_if(INTERP, config->ctrl & SIO_INTERP1_CTRL_LANE0_CLAMP_BITS && in interp_set_config()
/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dsio.h941 #define SIO_INTERP1_CTRL_LANE0_CLAMP_BITS _u(0x00400000) macro

Completed in 9 milliseconds