Module func_out_sel_cfg

Source
Expand description

GPIO output function select register

Structs§

FUNC_OUT_SEL_CFG_SPEC
GPIO output function select register

Type Aliases§

INV_SEL_R
Field INV_SEL reader - set this bit to invert output signal.1:invert.0:not invert.
INV_SEL_W
Field INV_SEL writer - set this bit to invert output signal.1:invert.0:not invert.
OEN_INV_SEL_R
Field OEN_INV_SEL reader - set this bit to invert output enable signal.1:invert.0:not invert.
OEN_INV_SEL_W
Field OEN_INV_SEL writer - set this bit to invert output enable signal.1:invert.0:not invert.
OEN_SEL_R
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.
OEN_SEL_W
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.
OUT_SEL_R
Field OUT_SEL reader - The value of the bits: 0<=s<=256. Set the value to select output signal. s=0-127: output of GPIO[n] equals input of peripheral[s]. s=128: output of GPIO[n] equals GPIO_OUT_REG[n].
OUT_SEL_W
Field OUT_SEL writer - The value of the bits: 0<=s<=256. Set the value to select output signal. s=0-127: output of GPIO[n] equals input of peripheral[s]. s=128: output of GPIO[n] equals GPIO_OUT_REG[n].
R
Register FUNC%s_OUT_SEL_CFG reader
W
Register FUNC%s_OUT_SEL_CFG writer