Home
last modified time | relevance | path

Searched refs:XMC_SCU_RESET_IsPeripheralResetAsserted (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-3.6.0/XMCLib/drivers/src/
Dxmc_ecat.c86 while (XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_ECAT0) == true){} in XMC_ECAT_Enable()
93 while (XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_ECAT0) == false){} in XMC_ECAT_Disable()
Dxmc_usic.c463 while (XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_USIC0)); in XMC_USIC_Enable()
475 while (XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_USIC1)); in XMC_USIC_Enable()
488 while (XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_USIC2)); in XMC_USIC_Enable()
Dxmc_dsd.c143 if(XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_DSD) == false) in XMC_DSD_IsEnabled()
159 if(XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_DSD) == false) in XMC_DSD_IsEnabled()
Dxmc_dma.c180 status = !XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_GPDMA0); in XMC_DMA_IsEnabled()
188 status = !XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_GPDMA1); in XMC_DMA_IsEnabled()
Dxmc_dac.c106 status = XMC_SCU_RESET_IsPeripheralResetAsserted(XMC_SCU_PERIPHERAL_RESET_DAC); in XMC_DAC_IsEnabled()
Dxmc4_scu.c676 bool XMC_SCU_RESET_IsPeripheralResetAsserted(const XMC_SCU_PERIPHERAL_RESET_t peripheral) in XMC_SCU_RESET_IsPeripheralResetAsserted() function
/hal_infineon-3.6.0/XMCLib/drivers/inc/
Dxmc4_scu.h1487 bool XMC_SCU_RESET_IsPeripheralResetAsserted(const XMC_SCU_PERIPHERAL_RESET_t peripheral);