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

#include <usart.hpp>

Public Types

using rts = regval< typename USARTx::CR3::RTSE, 1 >
 
using cts = regval< typename USARTx::CR3::CTSE, 1 >
 

Member Typedef Documentation

◆ cts

template<unsigned _usart_no, typename system_clock_type >
using mptl::usart_stm32_common< _usart_no, system_clock_type >::flow_control::cts = regval< typename USARTx::CR3::CTSE, 1 >

◆ rts

template<unsigned _usart_no, typename system_clock_type >
using mptl::usart_stm32_common< _usart_no, system_clock_type >::flow_control::rts = regval< typename USARTx::CR3::RTSE, 1 >

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