35#define HAL_LLD_SELECT_SPI_V2 TRUE
40#define HAL_LLD_USE_CLOCK_MANAGEMENT
46#define PLATFORM_NAME "templates"
66#if !defined(PLATFORM_MCUCONF)
67#error "Using a wrong mcuconf.h file, PLATFORM_MCUCONF not defined"
74#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
91#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) && !defined(__DOXYGEN__)
100#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
unsigned halclkpt_t
Type of a clock point identifier.
void hal_lld_init(void)
Low level HAL driver initialization.
halfreq_t hal_lld_get_clock_point(halclkpt_t clkpt)
Returns the frequency of a clock point in Hz.
uint32_t halfreq_t
Type of a clock point frequency in Hz.
bool hal_lld_clock_switch_mode(const halclkcfg_t *ccp)
Switches to a different clock configuration.
Type of a clock configuration structure.