![]() |
S32 SDK
|
#include "ewm_hal.h"
Go to the source code of this file.
Functions | |
void | EWM_HAL_Init (EWM_Type *const base, bool interruptEnable, ewm_in_assert_logic_t assertLogic, bool enable) |
Init EWM. This method configures the EWM instance Control Register fields such as interrupt enable, input pin, instance enablement. The user must make sure that the prescaler, compare high and compare low registers are configured prior to this function call. More... | |
ewm_in_assert_logic_t | EWM_HAL_GetInputPinAssertLogic (const EWM_Type *const base) |
Get the Input pin assert logic. More... | |