@web-font-path: "roboto-debian.css";
Menu Toggle
v2.2.0 (RP2040)
Loading...
Searching...
No Matches
lwip_freertos.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Raspberry Pi (Trading) Ltd.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
#ifndef _PICO_LWIP_FREERTOS_H
8
#define _PICO_LWIP_FREERTOS_H
9
10
#include "
pico.h
"
11
#include "
pico/async_context.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
24
35
bool
lwip_freertos_init
(async_context_t *context);
36
47
void
lwip_freertos_deinit
(async_context_t *context);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
#endif
async_context.h
lwip_freertos_deinit
void lwip_freertos_deinit(async_context_t *context)
De-initialize lwIP (NO_SYS=0 mode) support for FreeRTOS.
lwip_freertos_init
bool lwip_freertos_init(async_context_t *context)
Initializes lwIP (NO_SYS=0 mode) support support for FreeRTOS using the provided async_context.
Definition
lwip_freertos.c:27
pico.h