Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Standard I/O (stdio)

Common standard I/O driver that implements the stdio read and write functions on AVR and SAM devices.

Modules

 USB/CDC Standard I/O (stdio)
 Standard I/O (stdio) management component that implements a stdio USB CDC interface on AVR devices.
 

Variables

void(* ptr_get )(void volatile *, char *)
 Pointer to the external low level read function. More...
 
int(* ptr_put )(void volatile *, char)
 Pointer to the external low level write function. More...
 
volatile void *volatile stdio_base
 Pointer to the base of the USART module instance to use for stdio. More...
 
volatile void *volatile stdio_base
 

void(* ptr_get)(void volatile *, char *)

Pointer to the external low level read function.

Referenced by stdio_usb_init().

int(* ptr_put)(void volatile *, char)

Pointer to the external low level write function.

Referenced by stdio_usb_init().

volatile void* volatile stdio_base

Pointer to the base of the USART module instance to use for stdio.

Referenced by stdio_usb_init().

volatile void* volatile stdio_base

Referenced by stdio_usb_init().