mFrame
|
The GPIO pin configuration structure. 更多...
#include <PinConfig.h>
公開屬性 | |
chip::gpio::PinDirection | pinDirection |
GPIO direction, input or output. | |
uint8 | outputLogic |
Output configurations; ignore if configured as an input pin. | |
The GPIO pin configuration structure.
Each pin can only be configured as either an output pin or an input pin at a time. If configured as an input pin, leave the outputConfig unused. Note that in some use cases, the corresponding port property should be configured in advance with the PORT_SetPinConfig().
uint8 chip::gpio::PinConfig::outputLogic |
Output configurations; ignore if configured as an input pin.
Set a default output logic, which has no use in input