OpenMPTL - STM32F4
C++ Microprocessor Template Library
Public Types | Static Public Member Functions | List of all members
mptl::system_clock_hse_base< Tp > Struct Template Reference

#include <rcc.hpp>

Public Types

using cfg_list = reglist< Tp..., RCC::PLLCFGR::PLLSRC >
 

Static Public Member Functions

static void init (void)
 
static void configure (void)
 

Member Typedef Documentation

◆ cfg_list

template<typename... Tp>
using mptl::system_clock_hse_base< Tp >::cfg_list = reglist< Tp..., RCC::PLLCFGR::PLLSRC >

Member Function Documentation

◆ configure()

template<typename... Tp>
static void mptl::system_clock_hse_base< Tp >::configure ( void  )
inlinestatic

◆ init()

template<typename... Tp>
static void mptl::system_clock_hse_base< Tp >::init ( void  )
inlinestatic

The documentation for this struct was generated from the following file: