44 #define IOT_RESET_SUCCESS ( 0 ) 45 #define IOT_RESET_FUNCTION_NOT_SUPPORTED ( 1 ) 46 #define IOT_RESET_INVALID_VALUE ( 2 ) Definition: iot_reset.h:57
Definition: iot_reset.h:56
Definition: iot_reset.h:50
int32_t iot_reset_shutdown()
iot_reset_shutdown is used to shutdown the device. If the target does not support shutdown of the dev...
Definition: iot_reset.h:62
void iot_reset_reboot(IotResetBootFlag_t xResetBootFlag)
iot_reset_reboot is used to reboot the device.
Definition: iot_reset.h:51
Definition: iot_reset.h:63
Definition: iot_reset.h:53
IotResetBootFlag_t
Definition: iot_reset.h:60
Definition: iot_reset.h:55
IotResetReason_t
Definition: iot_reset.h:48
Definition: iot_reset.h:54
Definition: iot_reset.h:52
int32_t iot_get_reset_reason(IotResetReason_t *xResetReason)
iot_get_reset_reason is used to get the last reset reason. If the underlying HW does not support the ...