SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (ModusToolbox)
Loading...
Searching...
No Matches
ipc_service.h
Go to the documentation of this file.
1/*******************************************************************************
2 * File Name: ipc_service.h
3 *
4 * Description: CM55 IPC Service for bidirectional WiFi/MQTT/TESAIoT commands.
5 * Receives IPC commands from CM33_NS MicroPython modules,
6 * processes them in a FreeRTOS task, writes responses to
7 * shared memory for CM33_NS to poll.
8 *
9 *******************************************************************************/
10
11#ifndef IPC_SERVICE_H
12#define IPC_SERVICE_H
13
14#include <stdbool.h>
15
24
25#endif /* IPC_SERVICE_H */
bool ipc_service_init(void)
การเริ่มการทำงานของ service task — ลำดับที่สามใน boot prologue