![]() |
S32 SDK
|
Go to the source code of this file.
Functions | |
External Watchdog Monitor Driver | |
status_t | EWM_DRV_Init (uint32_t instance, const ewm_init_config_t *config) |
Init EWM. This method initializes EWM instance to the configuration from the passed structure. The user must make sure that the clock is enabled. This is the only method needed to be called to start the module. More... | |
void | EWM_DRV_GetDefaultConfig (ewm_init_config_t *config) |
Init configuration structure to default values. More... | |
void | EWM_DRV_Refresh (uint32_t instance) |
Refresh EWM. This method needs to be called within the window period specified by the Compare Low and Compare High registers. More... | |
ewm_in_assert_logic_t | EWM_DRV_GetInputPinAssertLogic (uint32_t instance) |
Get the Input pin assert logic. More... | |
Variables | |
static EWM_Type *const | s_ewmBase [] = EWM_BASE_PTRS |
|
static |
Definition at line 44 of file ewm_driver.c.