Crate chip_select

Source
Expand description

Chip-Select GPIO support traits.

Structs§

ChipSelectActiveHigh
A chip select pin with active-high behavior.
ChipSelectActiveLow
A chip select pin with active-low behavior.
DeselectOnDrop
A guard that deselects the chip when it is dropped.

Traits§

ActiveHigh
Marker trait to indicate that a pin is active high.
ActiveLow
Marker trait to indicate that a pin is active low.
ChipSelect
A chip-select trait.
ChipSelectGuarded
A chip-select trait.