OpenMPTL - STM32F10X
C++ Microprocessor Template Library
Public Types | List of all members
mptl::flash::latency Struct Reference

#include <flash.hpp>

Public Types

template<typename system_clock_type >
using minimum = regval< FLASH::ACR::LATENCY, min_latency(system_clock_type::hclk_freq) >
 
template<unsigned ws>
using wait_states = regval< FLASH::ACR::LATENCY, ws >
 

Member Typedef Documentation

◆ minimum

template<typename system_clock_type >
using mptl::flash::latency::minimum = regval< FLASH::ACR::LATENCY, min_latency(system_clock_type::hclk_freq) >

◆ wait_states

template<unsigned ws>
using mptl::flash::latency::wait_states = regval< FLASH::ACR::LATENCY, ws >

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