Zephyr API Documentation 4.0.0
A Scalable Open Source RTOS
 4.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
printk-hooks.h File Reference

Go to the source code of this file.

Typedefs

typedef int(* printk_hook_fn_t) (int c)
 printk function handler
 

Typedef Documentation

◆ printk_hook_fn_t

typedef int(* printk_hook_fn_t) (int c)

printk function handler

Parameters
cCharacter to output
Returns
The character passed as input.