Expand description
HAL interface to the SPIM peripheral.
See product specification, chapter 31.
Structs§
Enums§
Constants§
- MODE_0
- Helper for CPOL = 0, CPHA = 0.
- MODE_1
- Helper for CPOL = 0, CPHA = 1.
- MODE_2
- Helper for CPOL = 1, CPHA = 0.
- MODE_3
- Helper for CPOL = 1, CPHA = 1.
Traits§
- Instance
- Implemented by all SPIM instances.