HAL_GetAnalogTriggerInWindow

Function HAL_GetAnalogTriggerInWindow 

Source
pub unsafe extern "C" fn HAL_GetAnalogTriggerInWindow(
    analogTriggerHandle: HAL_AnalogTriggerHandle,
    status: *mut i32,
) -> HAL_Bool
Expand description

Returns the InWindow output of the analog trigger.

True if the analog input is between the upper and lower limits.

@param analogTriggerHandle the trigger handle @return the InWindow output of the analog trigger