Expand description
Chip-Select GPIO support traits.
Structs§
- Chip
Select Active High - A chip select pin with active-high behavior.
- Chip
Select Active Low - A chip select pin with active-low behavior.
- Deselect
OnDrop - A guard that deselects the chip when it is dropped.
Traits§
- Active
High - Marker trait to indicate that a pin is active high.
- Active
Low - Marker trait to indicate that a pin is active low.
- Chip
Select - A chip-select trait.
- Chip
Select Guarded - A chip-select trait.