Module vportb

Source
Expand description

Virtual Ports

Modules§

dir
Data Direction
in_
Input Value
intflags
Interrupt Flags
out
Output Value

Structs§

RegisterBlock
Register block

Type Aliases§

DIR
DIR (rw) register accessor: an alias for Reg<DIR_SPEC>
IN
IN (rw) register accessor: an alias for Reg<IN_SPEC>
INTFLAGS
INTFLAGS (rw) register accessor: an alias for Reg<INTFLAGS_SPEC>
OUT
OUT (rw) register accessor: an alias for Reg<OUT_SPEC>