Header for mx_wifi_ipc.c module. More...
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <stdio.h>
#include "mx_wifi.h"
Go to the source code of this file.
Macros | |
#define | MIPC_CODE_SUCCESS (0) |
IPC error code. More... | |
#define | MIPC_PKT_REQ_ID_OFFSET (0) |
IPC packet. More... | |
#define | MIPC_REQ_ID_NONE (0x00000000) |
IPC api id. More... | |
#define | MIPC_API_SYS_CMD_BASE (MIPC_API_CMD_BASE + 0x0000) |
API CMD. More... | |
#define | MIPC_API_SYS_EVENT_BASE (MIPC_API_EVENT_BASE + 0x0000) |
API EVENT. More... | |
Header for mx_wifi_ipc.c module.
Copyright (c) 2021 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file mx_wifi_ipc.h.
#define MIPC_API_SYS_CMD_BASE (MIPC_API_CMD_BASE + 0x0000) |
API CMD.
Definition at line 80 of file mx_wifi_ipc.h.
#define MIPC_API_SYS_EVENT_BASE (MIPC_API_EVENT_BASE + 0x0000) |
API EVENT.
Definition at line 147 of file mx_wifi_ipc.h.
#define MIPC_CODE_SUCCESS (0) |
IPC error code.
Definition at line 44 of file mx_wifi_ipc.h.
#define MIPC_PKT_REQ_ID_OFFSET (0) |
IPC packet.
Definition at line 59 of file mx_wifi_ipc.h.
#define MIPC_REQ_ID_NONE (0x00000000) |
IPC api id.
Definition at line 71 of file mx_wifi_ipc.h.