11#ifndef TR_HAL_POWER_H_
12#define TR_HAL_POWER_H_
14#include "tr_hal_platform.h"
tr_hal_status_t
Definition tr_hal_common.h:25
tr_hal_clock_t
enum for the different clocks some of these can be disabled and some cannot, the crystal oscillator c...
Definition T32CZ20_power.h:202
tr_hal_status_t tr_hal_power_is_clock_enabled(tr_hal_clock_t clock, bool *is_enabled)
tr_hal_status_t tr_hal_power_disable_clock(tr_hal_clock_t clock)
tr_hal_status_t tr_hal_power_enable_clock(tr_hal_clock_t clock)
uint32_t tr_hal_power_get_reset_cause(void)
Get the the Chip reset cuase.