usb_board_reset_internal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Inria
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #include <inttypes.h>
27 
28 #include "usb/usbus/cdc/acm.h"
29 
42  uint32_t baud, uint8_t bits,
43  uint8_t parity, uint8_t stop);
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
Interface and definitions for USB CDC ACM type interfaces in USBUS.
int usb_board_reset_coding_cb(usbus_cdcacm_device_t *cdcacm, uint32_t baud, uint8_t bits, uint8_t parity, uint8_t stop)
USB coding callback used to trigger the board reset.
Adds include for missing inttype definitions.
USBUS CDC ACM context struct.
Definition: acm.h:154