usb_board_reset.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Inria
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
27 
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
void usb_board_reset_in_application(void)
Trigger a simple reset, back to the application.
void usb_board_reset_in_bootloader(void)
Trigger a bootloader reset, start the bootloader after reset.