Loading...
Searching...
No Matches
uart.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 Gunar Schorcht
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
20#ifndef ESP_IDF_API_UART_H
21#define ESP_IDF_API_UART_H
22
23#ifndef DOXYGEN /* Hide implementation details from doxygen */
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29void esp_idf_uart_set_wakeup_threshold(unsigned uart_num, uint32_t threshold);
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* DOXYGEN */
36#endif /* ESP_IDF_API_UART_H */