/hal_infineon-2.7.6/XMCLib/drivers/src/ |
D | xmc_eru.c | 80 #define XMC_ERU_ETL_CHECK_EVENT_SOURCE(source) \ argument 81 ((source == XMC_ERU_ETL_SOURCE_A) || \ 82 (source == XMC_ERU_ETL_SOURCE_B) || \ 83 (source == XMC_ERU_ETL_SOURCE_A_OR_B) || \ 84 (source == XMC_ERU_ETL_SOURCE_A_AND_B) || \ 85 (source == XMC_ERU_ETL_SOURCE_NOT_A) || \ 86 (source == XMC_ERU_ETL_SOURCE_NOT_A_OR_B) || \ 87 (source == XMC_ERU_ETL_SOURCE_NOT_A_AND_B) || \ 88 (source == XMC_ERU_ETL_SOURCE_NOT_B) || \ 89 (source == XMC_ERU_ETL_SOURCE_A_OR_NOT_B) || \ [all …]
|
D | xmc1_scu.c | 133 #define XMC_SCU_CHECK_RTCCLKSRC(source) ( (source == XMC_SCU_CLOCK_RTCCLKSRC_DCO2) || \ argument 134 (source == XMC_SCU_CLOCK_RTCCLKSRC_ERU_IOUT0) || \ 135 (source == XMC_SCU_CLOCK_RTCCLKSRC_ACMP0_OUT) || \ 136 (source == XMC_SCU_CLOCK_RTCCLKSRC_ACMP1_OUT) || \ 137 … (source == XMC_SCU_CLOCK_RTCCLKSRC_ACMP2_OUT) ) /**< Used to verify 613 void XMC_SCU_CLOCK_SetRtcClockSource(const XMC_SCU_CLOCK_RTCCLKSRC_t source) in XMC_SCU_CLOCK_SetRtcClockSource() argument 615 XMC_ASSERT("XMC_SCU_CLOCK_SetRtcSourceClock:Wrong Parent Clock", XMC_SCU_CHECK_RTCCLKSRC(source)); in XMC_SCU_CLOCK_SetRtcClockSource() 620 source; in XMC_SCU_CLOCK_SetRtcClockSource() 626 void XMC_SCU_CLOCK_SetFastPeripheralClockSource(const XMC_SCU_CLOCK_PCLKSRC_t source) in XMC_SCU_CLOCK_SetFastPeripheralClockSource() argument 631 source; in XMC_SCU_CLOCK_SetFastPeripheralClockSource() [all …]
|
D | xmc_acmp.c | 99 …id XMC_ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, XMC_ACMP_INP_SOURCE_t source) in XMC_ACMP_SetInput() argument 104 …XMC_ASSERT("XMC_ACMP_SetInput:Wrong input source", ((source == XMC_ACMP_INP_SOURCE_STANDARD_PORT) … in XMC_ACMP_SetInput() 105 … (source == XMC_ACMP_INP_SOURCE_ACMP1_INP_PORT)) ) in XMC_ACMP_SetInput() 116 (uint32_t)source; in XMC_ACMP_SetInput()
|
D | xmc4_scu.c | 903 void XMC_SCU_CLOCK_SetSystemClockSource(const XMC_SCU_CLOCK_SYSCLKSRC_t source) in XMC_SCU_CLOCK_SetSystemClockSource() argument 906 ((uint32_t)source); in XMC_SCU_CLOCK_SetSystemClockSource() 910 void XMC_SCU_CLOCK_SetUsbClockSource(const XMC_SCU_CLOCK_USBCLKSRC_t source) in XMC_SCU_CLOCK_SetUsbClockSource() argument 913 ((uint32_t)source); in XMC_SCU_CLOCK_SetUsbClockSource() 917 void XMC_SCU_CLOCK_SetWdtClockSource(const XMC_SCU_CLOCK_WDTCLKSRC_t source) in XMC_SCU_CLOCK_SetWdtClockSource() argument 920 ((uint32_t)source); in XMC_SCU_CLOCK_SetWdtClockSource() 924 void XMC_SCU_CLOCK_SetExternalOutputClockSource(const XMC_SCU_CLOCK_EXTOUTCLKSRC_t source) in XMC_SCU_CLOCK_SetExternalOutputClockSource() argument 927 ((uint32_t)source); in XMC_SCU_CLOCK_SetExternalOutputClockSource() 931 void XMC_SCU_CLOCK_SetSystemPllClockSource(const XMC_SCU_CLOCK_SYSPLLCLKSRC_t source) in XMC_SCU_CLOCK_SetSystemPllClockSource() argument 934 if (source == XMC_SCU_CLOCK_SYSPLLCLKSRC_OSCHP) /* Select PLLClockSource */ in XMC_SCU_CLOCK_SetSystemPllClockSource() [all …]
|
D | xmc_can.c | 447 void XMC_CAN_SetBaudrateClockSource(XMC_CAN_t *const obj,const XMC_CAN_CANCLKSRC_t source) in XMC_CAN_SetBaudrateClockSource() argument 450 obj->MCR = (obj->MCR & ~CAN_MCR_CLKSEL_Msk) | source ; in XMC_CAN_SetBaudrateClockSource() 453 XMC_UNUSED_ARG(source); in XMC_CAN_SetBaudrateClockSource()
|
/hal_infineon-2.7.6/XMCLib/drivers/inc/ |
D | xmc4_scu.h | 1738 void XMC_SCU_CLOCK_SetSystemClockSource(const XMC_SCU_CLOCK_SYSCLKSRC_t source); 1773 void XMC_SCU_CLOCK_SetUsbClockSource(const XMC_SCU_CLOCK_USBCLKSRC_t source); 1811 void XMC_SCU_CLOCK_SetWdtClockSource(const XMC_SCU_CLOCK_WDTCLKSRC_t source); 1853 void XMC_SCU_HIB_SetStandbyClockSource(const XMC_SCU_HIB_STDBYCLKSRC_t source); 1893 void XMC_SCU_HIB_SetRtcClockSource(const XMC_SCU_HIB_RTCCLKSRC_t source); 1979 void XMC_SCU_CLOCK_SetSystemPllClockSource(const XMC_SCU_CLOCK_SYSPLLCLKSRC_t source); 2014 __STATIC_INLINE void XMC_SCU_CLOCK_SetECATClockSource(const XMC_SCU_CLOCK_ECATCLKSRC_t source) in XMC_SCU_CLOCK_SetECATClockSource() argument 2017 ((uint32_t)source); in XMC_SCU_CLOCK_SetECATClockSource() 2742 void XMC_SCU_CLOCK_StartSystemPll(XMC_SCU_CLOCK_SYSPLLCLKSRC_t source,
|
D | xmc_sdmmc.h | 822 …NLINE void XMC_SDMMC_SetCardDetectionSource(XMC_SDMMC_t *const sdmmc, XMC_SDMMC_CD_SOURCE_t source) in XMC_SDMMC_SetCardDetectionSource() argument 827 …->HOST_CTRL |= (sdmmc->HOST_CTRL & (uint32_t)~SDMMC_HOST_CTRL_CARD_DET_SIGNAL_DETECT_Msk) | source; in XMC_SDMMC_SetCardDetectionSource() 830 *(uint32_t *)SDMMC_CON = (*(uint32_t *)SDMMC_CON & (uint32_t)~SDMMC_CON_CDSEL_Msk) | source; in XMC_SDMMC_SetCardDetectionSource() 868 …INE void XMC_SDMMC_SetWriteProtectionSource(XMC_SDMMC_t *const sdmmc, XMC_SDMMC_WP_SOURCE_t source) in XMC_SDMMC_SetWriteProtectionSource() argument 874 *(uint32_t *)SDMMC_CON = (*(uint32_t *)SDMMC_CON & (uint32_t)~SDMMC_CON_WPSEL_Msk) | source; in XMC_SDMMC_SetWriteProtectionSource()
|
D | xmc_i2c.h | 454 …_SetInputSource(XMC_USIC_CH_t *const channel, const XMC_I2C_CH_INPUT_t input, const uint8_t source) in XMC_I2C_CH_SetInputSource() argument 457 XMC_USIC_CH_SetInputSource(channel, (XMC_USIC_CH_INPUT_t)input, source); in XMC_I2C_CH_SetInputSource()
|
D | xmc_i2s.h | 640 const uint8_t source) in XMC_I2S_CH_SetInputSource() argument 643 XMC_USIC_CH_SetInputSource(channel, (XMC_USIC_CH_INPUT_t)input, source); in XMC_I2S_CH_SetInputSource()
|
D | xmc_eru.h | 378 …uint32_t source: 4; /**< Input path combination along with polarity for event gene… member 549 const XMC_ERU_ETL_SOURCE_t source);
|
D | xmc_uart.h | 617 …SetInputSource(XMC_USIC_CH_t *const channel, const XMC_UART_CH_INPUT_t input, const uint8_t source) in XMC_UART_CH_SetInputSource() argument 620 XMC_USIC_CH_SetInputSource(channel, (XMC_USIC_CH_INPUT_t)input, source); in XMC_UART_CH_SetInputSource()
|
D | xmc_spi.h | 1032 const uint8_t source) in XMC_SPI_CH_SetInputSource() argument 1035 XMC_USIC_CH_SetInputSource(channel, (XMC_USIC_CH_INPUT_t)input, source); in XMC_SPI_CH_SetInputSource()
|
D | xmc1_scu.h | 1126 void XMC_SCU_CLOCK_SetFastPeripheralClockSource(const XMC_SCU_CLOCK_PCLKSRC_t source); 1207 void XMC_SCU_SetInterruptControl(uint8_t irq_number, XMC_SCU_IRQCTRL_t source);
|
D | xmc_acmp.h | 370 …ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_INP_SOURCE_t source);
|
D | xmc_usic.h | 785 …SetInputSource(XMC_USIC_CH_t *const channel, const XMC_USIC_CH_INPUT_t input, const uint8_t source) in XMC_USIC_CH_SetInputSource() argument 788 ((uint32_t)source << USIC_CH_DXCR_DSEL_Pos)); in XMC_USIC_CH_SetInputSource()
|
D | xmc_hrpwm.h | 1842 …_INLINE void XMC_HRPWM_HRC_Set_HR_Source(XMC_HRPWM_HRC_t *const hrc, XMC_HRPWM_HRC_SOURCE_t source) in XMC_HRPWM_HRC_Set_HR_Source() argument 1845 hrc->SSC = (uint32_t) source; in XMC_HRPWM_HRC_Set_HR_Source()
|
/hal_infineon-2.7.6/ |
D | License.txt | 6 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 7 - Redistributions of source code must retain the above copyright notice, this list of conditions an…
|
D | Readme.txt | 78 5. Include into your source the header files of the peripherals you want to use, i.e. #include <xmc…
|
/hal_infineon-2.7.6/XMCLib/devices/XMC4500/Source/GCC/ |
D | XMC4504x512.ld | 14 …* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 17 …* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
D | XMC4500x1024.ld | 15 …* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 18 …* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
D | XMC4500x768.ld | 14 …* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 17 …* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
D | XMC4502x768.ld | 13 …* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 16 …* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
/hal_infineon-2.7.6/XMCLib/devices/XMC4500/Source/ARM/ |
D | startup_XMC4504.s | 13 ;* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
D | startup_XMC4500.s | 13 ;* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
D | startup_XMC4502.s | 13 ;* Redistribution and use in source and binary forms, with or without modification,are permitted pr… 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a…
|