|
ChibiOS/HAL 9.0.0
|
PLATFORM HAL subsystem low level driver header. More...
Go to the source code of this file.
Data Structures | |
| struct | halclkcfg_t |
| Type of a clock configuration structure. More... | |
Macros | |
| #define | HAL_LLD_SELECT_SPI_V2 TRUE |
| Requires use of SPIv2 driver model. | |
| #define | HAL_LLD_USE_CLOCK_MANAGEMENT |
| Specifies implementation of dynamic clock management. | |
Platform identification macros | |
| #define | PLATFORM_NAME "templates" |
Functions | |
| void | hal_lld_init (void) |
| Low level HAL driver initialization. | |
| bool | hal_lld_clock_switch_mode (const halclkcfg_t *ccp) |
| Switches to a different clock configuration. | |
| halfreq_t | hal_lld_get_clock_point (halclkpt_t clkpt) |
| Returns the frequency of a clock point in Hz. | |
PLATFORM HAL subsystem low level driver header.
Definition in file hal_lld.h.