Module lpc55_pac::gpio::pin[][src]

Port pin register for all port GPIO pins

Structs

PIN_SPEC

Port pin register for all port GPIO pins

PORT_R

Field PORT reader - Reads pin states or loads output bits (bit 0 = PIOn_0, bit 1 = PIOn_1, etc.). Supported pins depends on the specific device and package. 0 = Read: pin is low; write: clear output bit. 1 = Read: pin is high; write: set output bit.

PORT_W

Field PORT writer - Reads pin states or loads output bits (bit 0 = PIOn_0, bit 1 = PIOn_1, etc.). Supported pins depends on the specific device and package. 0 = Read: pin is low; write: clear output bit. 1 = Read: pin is high; write: set output bit.

R

Register PIN[%s] reader

W

Register PIN[%s] writer