libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::sttybuf::baud ( ) const
inlinevirtual

Get the baud rate.

Returns
this->m_baud

Definition at line 154 of file sttybuf.cpp.

References m_baud.

Referenced by set_baud().

155 {
156  return m_baud;
157 }
u32 m_baud
Baud rate.
Definition: sttybuf.hpp:36

+ Here is the caller graph for this function: