Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 26) sorted by relevance

12

/hal_infineon-2.7.6/XMCLib/drivers/src/
Dxmc_eru.c80 #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 …]
Dxmc1_scu.c133 #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 …]
Dxmc_acmp.c99 …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()
Dxmc4_scu.c903 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 …]
Dxmc_can.c447 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/
Dxmc4_scu.h1738 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,
Dxmc_sdmmc.h822 …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()
Dxmc_i2c.h454 …_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()
Dxmc_i2s.h640 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()
Dxmc_eru.h378 …uint32_t source: 4; /**< Input path combination along with polarity for event gene… member
549 const XMC_ERU_ETL_SOURCE_t source);
Dxmc_uart.h617 …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()
Dxmc_spi.h1032 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()
Dxmc1_scu.h1126 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);
Dxmc_acmp.h370 …ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_INP_SOURCE_t source);
Dxmc_usic.h785 …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()
Dxmc_hrpwm.h1842 …_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/
DLicense.txt6 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…
DReadme.txt78 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/
DXMC4504x512.ld14 …* 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…
DXMC4500x1024.ld15 …* 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…
DXMC4500x768.ld14 …* 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…
DXMC4502x768.ld13 …* 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/
Dstartup_XMC4504.s13 ;* 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…
Dstartup_XMC4500.s13 ;* 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…
Dstartup_XMC4502.s13 ;* 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…

12