Module lpc55_pac::gpio[][src]

General Purpose I/O (GPIO)

Modules

b

Register block no description available

clr

Clear port for all port GPIO pins

dir

Direction registers for all port GPIO pins

dirclr

Clear pin direction bits for port

dirnot

Toggle pin direction bits for port

dirset

Set pin direction bits for port

mask

Mask register for all port GPIO pins

mpin

Masked port register for all port GPIO pins

not

Toggle port for all port GPIO pins

pin

Port pin register for all port GPIO pins

set

Write: Set register for port. Read: output bits for port

w

Register block no description available

Structs

B

Register block

RegisterBlock

Register block

W

Register block

Type Definitions

CLR

CLR register accessor: an alias for Reg<CLR_SPEC>

DIR

DIR register accessor: an alias for Reg<DIR_SPEC>

DIRCLR

DIRCLR register accessor: an alias for Reg<DIRCLR_SPEC>

DIRNOT

DIRNOT register accessor: an alias for Reg<DIRNOT_SPEC>

DIRSET

DIRSET register accessor: an alias for Reg<DIRSET_SPEC>

MASK

MASK register accessor: an alias for Reg<MASK_SPEC>

MPIN

MPIN register accessor: an alias for Reg<MPIN_SPEC>

NOT

NOT register accessor: an alias for Reg<NOT_SPEC>

PIN

PIN register accessor: an alias for Reg<PIN_SPEC>

SET

SET register accessor: an alias for Reg<SET_SPEC>