Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Functions
sbl::log::detail Namespace Reference

Functions

int banner_append (char *buf, size_t size, int pos, const char *str)
 
int banner_append_uint (char *buf, size_t size, int pos, uint32_t val)
 
constexpr Level level_from_int (int lvl)
 

Function Documentation

◆ banner_append()

int sbl::log::detail::banner_append ( char *  buf,
size_t  size,
int  pos,
const char *  str 
)
inline

Definition at line 55 of file banner.hpp.

Referenced by sbl::log::format_banner().

Here is the caller graph for this function:

◆ banner_append_uint()

int sbl::log::detail::banner_append_uint ( char *  buf,
size_t  size,
int  pos,
uint32_t  val 
)
inline

Definition at line 62 of file banner.hpp.

Referenced by sbl::log::format_banner().

Here is the caller graph for this function:

◆ level_from_int()

constexpr Level sbl::log::detail::level_from_int ( int  lvl)
constexpr

Definition at line 71 of file macros.hpp.