Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_fprintf.h File Reference
#include <zephyr/kernel.h>
#include <stdbool.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  shell_fprintf_control_block
 
struct  shell_fprintf
 fprintf context More...
 

Typedefs

typedef void(* shell_fprintf_fwrite) (const void *user_ctx, const char *data, size_t length)
 

Typedef Documentation

◆ shell_fprintf_fwrite

typedef void(* shell_fprintf_fwrite) (const void *user_ctx, const char *data, size_t length)