OpenMPTL - STM32 (common)
C++ Microprocessor Template Library
|
#include <usart.hpp>
Public Types | |
using | first_edge = regval< typename USARTx::CR2::CPHA, 0 > |
The first clock transition is the first data capture edge. More... | |
using | second_edge = regval< typename USARTx::CR2::CPHA, 1 > |
The second clock transition is the first data capture edge. More... | |
using mptl::usart_stm32_common< _usart_no, system_clock_type >::clock_phase::first_edge = regval< typename USARTx::CR2::CPHA, 0 > |
using mptl::usart_stm32_common< _usart_no, system_clock_type >::clock_phase::second_edge = regval< typename USARTx::CR2::CPHA, 1 > |