Files
AC707N/SDK/cpu/br35/power/p11_app_msg.h
T
2025-12-03 11:12:34 +08:00

21 lines
552 B
C

#ifndef __P11_MSG__H__
#define __P11_MSG__H__
enum {
MSG_APP_CALLBACK = 1,
MSG_P11_SYS_RAM_INIT = 2,
MSG_P11_SYS_KICK = 3,
MSG_P11_SYS_TO_SELF = 4,
MSG_P11_SENSOR_INFO = 5,
MSG_P11_SENSOR_INIT = 6,
MSG_P11_SENSOR_EVENT = 7,
MSG_P11_SENSOR_TIMER = 8,
MSG_P11_ALGORITHM_EVENT = 9,
MSG_P11_SOFF_EVENT = 10,
MSG_P11_SENSOR_SLEEP = 11,
MSG_P11_SENSOR_IRQ = 12,
MSG_P11_SYS_WAKE = 0xff,
};
#endif