Type Alias esp32c3::gpio::func_out_sel_cfg::OUT_SEL_W

source ·
pub type OUT_SEL_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field OUT_SEL writer - The value of the bits: 0<=s<=256. Set the value to select output signal. s=0-255: output of GPIO[n] equals input of peripheral[s]. s=256: output of GPIO[n] equals GPIO_OUT_REG[n].

Aliased Type§

struct OUT_SEL_W<'a, REG> { /* private fields */ }