OpenMPTL - STM32 (common)
C++ Microprocessor Template Library
Public Types | List of all members
mptl::usart_stm32_common< _usart_no, system_clock_type >::clock_polarity Struct Reference

#include <usart.hpp>

Public Types

using high = regval< typename USARTx::CR2::CPOL, 1 >
 
using low = regval< typename USARTx::CR2::CPOL, 0 >
 

Member Typedef Documentation

◆ high

template<unsigned _usart_no, typename system_clock_type >
using mptl::usart_stm32_common< _usart_no, system_clock_type >::clock_polarity::high = regval< typename USARTx::CR2::CPOL, 1 >

◆ low

template<unsigned _usart_no, typename system_clock_type >
using mptl::usart_stm32_common< _usart_no, system_clock_type >::clock_polarity::low = regval< typename USARTx::CR2::CPOL, 0 >

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