![]() |
S32 SDK
|
#include "pmc_hal.h"
Go to the source code of this file.
Functions | |
void | PMC_HAL_SetLowVoltIntCmd (PMC_Type *const baseAddr, const pmc_int_select_t intSelect, const bool enable) |
Enables/Disables the low voltage-related interrupts. More... | |
void | PMC_HAL_SetLowVoltIntAckCmd (PMC_Type *const baseAddr, const pmc_int_select_t intSelect) |
Acknowledges the low voltage-related interrupts. More... | |
bool | PMC_HAL_GetLowVoltIntFlag (const PMC_Type *const baseAddr, const pmc_int_select_t intSelect) |
Gets the flag for the low voltage-related interrupts. More... | |