HAL_SetCounterDownSource

Function HAL_SetCounterDownSource 

Source
pub unsafe extern "C" fn HAL_SetCounterDownSource(
    counterHandle: HAL_CounterHandle,
    digitalSourceHandle: HAL_Handle,
    analogTriggerType: Type,
    status: *mut i32,
)
Expand description

Sets the source object that causes the counter to count down.

@param counterHandle the counter handle @param digitalSourceHandle the digital source handle (either a HAL_AnalogTriggerHandle of a HAL_DigitalHandle) @param analogTriggerType the analog trigger type if the source is an analog trigger