![]() |
S32 SDK
|
#include "rcm_hal.h"
Go to the source code of this file.
Functions | |
void | RCM_HAL_GetVersion (const RCM_Type *const baseAddr, rcm_version_info_t *const versionInfo) |
Get the version of the RCM module. More... | |
bool | RCM_HAL_GetSrcIndicationFeatureAvailability (const RCM_Type *const baseAddr, const rcm_source_names_t srcName) |
Checks the existence of the status indication feature for a reset source. More... | |
bool | RCM_HAL_GetSrcStatusCmd (const RCM_Type *const baseAddr, const rcm_source_names_t srcName) |
Gets the reset source status. More... | |
void | RCM_HAL_SetResetIntCmd (RCM_Type *const baseAddr, const rcm_source_names_t resetInterrupt, const bool enable) |
Enables/disables a specified system reset interrupt. More... | |
bool | RCM_HAL_GetStickySrcStatusCmd (const RCM_Type *const baseAddr, const rcm_source_names_t srcName) |
Gets the sticky reset source status. More... | |
void | RCM_HAL_ClearStickySrcStatus (RCM_Type *const baseAddr) |
Clear the sticky reset source status. More... | |