Module pin_cnf

Source
Expand description

Description collection[n]: Configuration of GPIO pins

Structs§

PIN_CNF_SPEC
Description collection[n]: Configuration of GPIO pins
R
Register PIN_CNF[%s] reader
W
Register PIN_CNF[%s] writer

Enums§

DIR_A
Pin direction. Same physical register as DIR register
DRIVE_A
Drive configuration
INPUT_A
Connect or disconnect input buffer
PULL_A
Pull configuration
SENSE_A
Pin sensing mechanism

Type Aliases§

DIR_R
Field DIR reader - Pin direction. Same physical register as DIR register
DIR_W
Field DIR writer - Pin direction. Same physical register as DIR register
DRIVE_R
Field DRIVE reader - Drive configuration
DRIVE_W
Field DRIVE writer - Drive configuration
INPUT_R
Field INPUT reader - Connect or disconnect input buffer
INPUT_W
Field INPUT writer - Connect or disconnect input buffer
PULL_R
Field PULL reader - Pull configuration
PULL_W
Field PULL writer - Pull configuration
SENSE_R
Field SENSE reader - Pin sensing mechanism
SENSE_W
Field SENSE writer - Pin sensing mechanism