Module hal_pin

Module hal_pin 

Source
Expand description

HAL pins

Structs§

BidirectionalPin
A pin that can be both read from and written to
InputPin
An input pin readable by the component
OutputPin
A pin that can be written to by the component

Traits§

HalPin
HAL pin trait
PinRead
Readable pin trait
PinWrite
Writable pin trait