Module lpc845_pac::gpio[][src]

Expand description

LPC84x General Purpose I/O (GPIO)

Modules

Register block no description available

Clear port

Direction registers

Clear pin direction bits for port

Toggle pin direction bits for port

Set pin direction bits for port

Mask register

Masked port register

Toggle port

Port pin register

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

Register block no description available

Structs

Register block

Register block

Register block

Type Definitions

CLR register accessor: an alias for Reg<CLR_SPEC>

DIR register accessor: an alias for Reg<DIR_SPEC>

DIRCLR register accessor: an alias for Reg<DIRCLR_SPEC>

DIRNOT register accessor: an alias for Reg<DIRNOT_SPEC>

DIRSET register accessor: an alias for Reg<DIRSET_SPEC>

MASK register accessor: an alias for Reg<MASK_SPEC>

MPIN register accessor: an alias for Reg<MPIN_SPEC>

NOT register accessor: an alias for Reg<NOT_SPEC>

PIN register accessor: an alias for Reg<PIN_SPEC>

SET register accessor: an alias for Reg<SET_SPEC>