|
Hierodule 1.6.2
Utility module set for STM32 MCUs
|
| ▼ADC Module | ADC data & interrupt management |
| Global | Elements of the module that are not confined to the scope of the compilation unit. Perfectly corresponds to the module's header file, except the IRQ handlers |
| Static | Elements of the module that are confined to the scope of the compilation unit. Perfectly corresponds to the module's source file, except the IRQ handlers |
| ▼I2C Module | I2C comm management |
| Global | Elements of the module that are not confined to the scope of the compilation unit. Perfectly corresponds to the module's header file, except the IRQ handlers |
| Static | Elements of the module that are confined to the scope of the compilation unit. Perfectly corresponds to the module's source file, except the IRQ handlers |
| ▼SPI Module | SPI comm management |
| Global | Elements of the module that are not confined to the scope of the compilation unit. Perfectly corresponds to the module's header file, except the IRQ handlers |
| Static | Elements of the module that are confined to the scope of the compilation unit. Perfectly corresponds to the module's source file, except the IRQ handlers |
| ▼Timer Module | PWM output & timer interrupt management |
| Global | Elements of the module that are not confined to the scope of the compilation unit. Perfectly corresponds to the module's header file, except the IRQ handlers |
| Static | Elements of the module that are confined to the scope of the compilation unit. Perfectly corresponds to the module's source file, except the IRQ handlers |
| ▼USART Module | USART comm management |
| Global | Elements of the module that are not confined to the scope of the compilation unit. Perfectly corresponds to the module's header file, except the IRQ handlers |
| Static | Elements of the module that are confined to the scope of the compilation unit. Perfectly corresponds to the module's source file, except the IRQ handlers |
| ▼USB Module | USB comm management |
| Global | Elements of the module that are not confined to the scope of the compilation unit |
| Static | Elements of the module that are confined to the scope of the compilation unit |