Functions | |
cy_en_trigmux_status_t | Cy_TrigMux_Connect (uint32_t inTrig, uint32_t outTrig) |
Connects an input trigger source and output trigger. More... | |
cy_en_trigmux_status_t | Cy_TrigMux_SwTrigger (uint32_t trigLine, uint32_t cycles) |
This function generates a software trigger on an input trigger line. More... | |
cy_en_trigmux_status_t Cy_TrigMux_Connect | ( | uint32_t | inTrig, |
uint32_t | outTrig | ||
) |
Connects an input trigger source and output trigger.
inTrig | An input selection for the trigger mux.
|
outTrig | The output of the trigger mux. This refers to the consumer of the trigger mux.
|
cy_en_trigmux_status_t Cy_TrigMux_SwTrigger | ( | uint32_t | trigLine, |
uint32_t | cycles | ||
) |
This function generates a software trigger on an input trigger line.
All output triggers connected to this input trigger will be triggered. The function also verifies that there is no activated trigger before generating another activation.
trigLine | The input of the trigger mux.
|
cycles | The number of "Clk_Peri" cycles during which the trigger remains activated. The valid range of cycles is 1 ... 254. Also there are special values:
|