Module esp32c2_hal::pac::gpio::func_out_sel_cfg
Expand description
GPIO output function select register
Structs
GPIO output function select register
Register
FUNC%s_OUT_SEL_CFG
readerRegister
FUNC%s_OUT_SEL_CFG
writerType Definitions
Field
INV_SEL
reader - set this bit to invert output signal.1:invert.0:not invert.Field
INV_SEL
writer - set this bit to invert output signal.1:invert.0:not invert.Field
OEN_INV_SEL
reader - set this bit to invert output enable signal.1:invert.0:not invert.Field
OEN_INV_SEL
writer - set this bit to invert output enable signal.1:invert.0:not invert.Field
OEN_SEL
reader - set this bit to select output enable signal.1:use GPIO_ENABLE_REG[n] as output enable signal.0:use peripheral output enable signal.Field
OEN_SEL
writer - set this bit to select output enable signal.1:use GPIO_ENABLE_REG[n] as output enable signal.0:use peripheral output enable signal.Field
OUT_SEL
reader - 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].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].