Functions | Variables
stdio_serial.h File Reference

Common Standard I/O Serial Management. More...

#include <stdio.h>
#include "compiler.h"
#include "sysclk.h"
#include "serial.h"
Include dependency graph for stdio_serial.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void stdio_serial_init (volatile void *usart, const usart_serial_options_t *opt)
 Initializes the stdio in Serial Mode. More...
 

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...
 

Detailed Description

Common Standard I/O Serial Management.

This file defines a useful set of functions for the Stdio Serial interface on AVR and SAM devices.

Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.

Definition in file stdio_serial.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:00