Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
26
void
usb_board_reset_in_application
(
void
);
27
31
void
usb_board_reset_in_bootloader
(
void
);
32
33
#ifdef __cplusplus
34
}
35
#endif
36
usb_board_reset_in_application
void usb_board_reset_in_application(void)
Trigger a simple reset, back to the application.
usb_board_reset_in_bootloader
void usb_board_reset_in_bootloader(void)
Trigger a bootloader reset, start the bootloader after reset.
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1