Kestrel Interface
Loading...
Searching...
No Matches
kest_printf.c File Reference
#include <stdarg.h>
#include "kest_int.h"

Go to the source code of this file.

Functions

void kest_printf_init ()
void kest_printf (const char *fmt,...)

Variables

int prints_initd = 0

Function Documentation

◆ kest_printf()

void kest_printf ( const char * fmt,
... )

Definition at line 21 of file kest_printf.c.

Referenced by app_main(), footswitch_task(), kest_sd_mode_local(), kest_sd_mode_msc(), kest_sd_toggle_msc(), kest_sgtl5000_init(), sgtl5000_enable(), and sgtl5000_readout_registers().

Here is the caller graph for this function:

◆ kest_printf_init()

void kest_printf_init ( )

Definition at line 11 of file kest_printf.c.

Referenced by app_main(), and main_task().

Here is the caller graph for this function:

Variable Documentation

◆ prints_initd

int prints_initd = 0

Definition at line 6 of file kest_printf.c.

Referenced by kest_printf(), and kest_printf_init().