Home
last modified time | relevance | path

Searched refs:edge_detection (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_eru.c187 const XMC_ERU_ETL_EDGE_DETECTION_t edge_detection) in XMC_ERU_ETL_SetEdgeDetection() argument
191 …MC_ERU_ETL_SetEdgeDetection:Invalid Trigger Edge", XMC_ERU_ETL_CHECK_TRIGGER_EDGE(edge_detection)); in XMC_ERU_ETL_SetEdgeDetection()
193 eru->EXICON_b[channel].ED = (uint8_t)edge_detection; in XMC_ERU_ETL_SetEdgeDetection()
/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_eru.h373 uint32_t edge_detection: 2; /**< Configure the event trigger edge(FE, RE). member
568 const XMC_ERU_ETL_EDGE_DETECTION_t edge_detection);