Module esp32c2_hal::pac::gpio::func_in_sel_cfg
Expand description
GPIO input function configuration register
Structs
GPIO input function configuration register
Register
FUNC%s_IN_SEL_CFG
readerRegister
FUNC%s_IN_SEL_CFG
writerType Definitions
Field
IN_INV_SEL
reader - set this bit to invert input signal. 1:invert. 0:not invert.Field
IN_INV_SEL
writer - set this bit to invert input signal. 1:invert. 0:not invert.Field
IN_SEL
reader - set this value: s=0-53: connect GPIO[s] to this port. s=0x38: set this port always high level. s=0x3C: set this port always low level.Field
IN_SEL
writer - set this value: s=0-53: connect GPIO[s] to this port. s=0x38: set this port always high level. s=0x3C: set this port always low level.Field
SEL
reader - set this bit to bypass GPIO. 1:do not bypass GPIO. 0:bypass GPIO.Field
SEL
writer - set this bit to bypass GPIO. 1:do not bypass GPIO. 0:bypass GPIO.