Trident IoT SDK
 
Loading...
Searching...
No Matches
T32CM11_power.h
Go to the documentation of this file.
1
13
14#ifndef T32CM11_POWER_H_
15#define T32CM11_POWER_H_
16
17#include "tr_hal_platform.h"
18
24
25
29typedef enum
30{
31 TR_HAL_POWER_MODE_0 = 10, // wake
32 TR_HAL_POWER_MODE_1 = 11, // sleep0 = platform sleep + radio ON
33 TR_HAL_POWER_MODE_2 = 12, // sleep1 = platform sleep + radio sleep
34 TR_HAL_POWER_MODE_3 = 13, // sleep2 = platform sleep + radio DEEP sleep
35 TR_HAL_POWER_MODE_4 = 14, // sleep3 = platform DEEP sleep + radio DEEP sleep
36
38
39
43
44
45#endif // T32CM11_POWER_H_
46
This file contains the CHIP SPECIFIC types and defines for the T32CM11.
tr_hal_power_mode_t
enum for the different power modes that the chip can be in
Definition T32CM11_power.h:30
@ TR_HAL_POWER_MODE_1
Definition T32CM11_power.h:32
@ TR_HAL_POWER_MODE_3
Definition T32CM11_power.h:34
@ TR_HAL_POWER_MODE_4
Definition T32CM11_power.h:35
@ TR_HAL_POWER_MODE_0
Definition T32CM11_power.h:31
@ TR_HAL_POWER_MODE_2
Definition T32CM11_power.h:33