Go to the documentation of this file.
35 #define HAL_LLD_USE_CLOCK_MANAGEMENT
41 #define PLATFORM_NAME "templates"
61 #if !defined(PLATFORM_MCUCONF)
62 #error "Using a wrong mcuconf.h file, PLATFORM_MCUCONF not defined"
74 #if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
96 #if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) && !defined(__DOXYGEN__)
105 #if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
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.
void hal_lld_init(void)
Low level HAL driver initialization.
Type of a clock configuration structure.
unsigned halclkpt_t
Type of a clock point identifier.