Searched defs:peripheral (Results 1 – 8 of 8) sorted by relevance
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_posif.h | 513 __STATIC_INLINE void XMC_POSIF_SetMode(XMC_POSIF_t *const peripheral, const XMC_POSIF_MODE_t mode) in XMC_POSIF_SetMode() 557 __STATIC_INLINE void XMC_POSIF_Start(XMC_POSIF_t *const peripheral) in XMC_POSIF_Start() 574 __STATIC_INLINE void XMC_POSIF_Stop(XMC_POSIF_t *const peripheral) in XMC_POSIF_Stop() 590 __STATIC_INLINE bool XMC_POSIF_IsRunning(XMC_POSIF_t *const peripheral) in XMC_POSIF_IsRunning() 610 __STATIC_INLINE uint8_t XMC_POSIF_HSC_GetLastSampledPattern(XMC_POSIF_t *const peripheral) in XMC_POSIF_HSC_GetLastSampledPattern() 630 __STATIC_INLINE uint8_t XMC_POSIF_HSC_GetCurrentPattern(XMC_POSIF_t *const peripheral) in XMC_POSIF_HSC_GetCurrentPattern() 650 __STATIC_INLINE uint8_t XMC_POSIF_HSC_GetExpectedPattern(XMC_POSIF_t *const peripheral) in XMC_POSIF_HSC_GetExpectedPattern() 673 __STATIC_INLINE void XMC_POSIF_HSC_SetCurrentPattern(XMC_POSIF_t *const peripheral, const uint8_t p… in XMC_POSIF_HSC_SetCurrentPattern() 697 __STATIC_INLINE void XMC_POSIF_HSC_SetExpectedPattern(XMC_POSIF_t *const peripheral, const uint8_t … in XMC_POSIF_HSC_SetExpectedPattern() 721 __STATIC_INLINE void XMC_POSIF_HSC_SetHallPatterns(XMC_POSIF_t *const peripheral, const uint8_t pat… in XMC_POSIF_HSC_SetHallPatterns() [all …]
|
| D | xmc_acmp.h | 267 __STATIC_INLINE void XMC_ACMP_EnableComparator(XMC_ACMP_t *const peripheral, uint32_t instance) in XMC_ACMP_EnableComparator() 294 __STATIC_INLINE void XMC_ACMP_DisableComparator(XMC_ACMP_t *const peripheral, uint32_t instance) in XMC_ACMP_DisableComparator()
|
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_posif.c | 84 __STATIC_INLINE bool XMC_POSIF_IsPeripheralValid(const XMC_POSIF_t *const peripheral) in XMC_POSIF_IsPeripheralValid() 101 void XMC_POSIF_Enable(XMC_POSIF_t *const peripheral) in XMC_POSIF_Enable() 134 void XMC_POSIF_Disable(XMC_POSIF_t *const peripheral) in XMC_POSIF_Disable() 163 void XMC_POSIF_Init(XMC_POSIF_t *const peripheral, const XMC_POSIF_CONFIG_t *const config) in XMC_POSIF_Init() 179 XMC_POSIF_STATUS_t XMC_POSIF_HSC_Init(XMC_POSIF_t *const peripheral, const XMC_POSIF_HSC_CONFIG_t *… in XMC_POSIF_HSC_Init() 199 XMC_POSIF_STATUS_t XMC_POSIF_QD_Init(XMC_POSIF_t *const peripheral, const XMC_POSIF_QD_CONFIG_t * c… in XMC_POSIF_QD_Init() 226 XMC_POSIF_STATUS_t XMC_POSIF_MCM_Init(XMC_POSIF_t *const peripheral, const XMC_POSIF_MCM_CONFIG_t *… in XMC_POSIF_MCM_Init() 246 void XMC_POSIF_SelectInputSource (XMC_POSIF_t *const peripheral, const XMC_POSIF_INPUT_PORT_t input… in XMC_POSIF_SelectInputSource() 262 void XMC_POSIF_SetInterruptNode(XMC_POSIF_t *const peripheral, const XMC_POSIF_IRQ_EVENT_t event, c… in XMC_POSIF_SetInterruptNode()
|
| D | xmc_pau.c | 68 void XMC_PAU_EnablePeripheralAccess(XMC_PAU_PERIPHERAL_t peripheral) in XMC_PAU_EnablePeripheralAccess() 79 void XMC_PAU_DisablePeripheralAccess(XMC_PAU_PERIPHERAL_t peripheral) in XMC_PAU_DisablePeripheralAccess() 90 bool XMC_PAU_IsPeripheralAccessEnabled(XMC_PAU_PERIPHERAL_t peripheral) in XMC_PAU_IsPeripheralAccessEnabled() 101 bool XMC_PAU_IsPeripheralAvailable(XMC_PAU_PERIPHERAL_t peripheral) in XMC_PAU_IsPeripheralAvailable()
|
| D | xmc4_scu.c | 658 void XMC_SCU_RESET_AssertPeripheralReset(const XMC_SCU_PERIPHERAL_RESET_t peripheral) in XMC_SCU_RESET_AssertPeripheralReset() 667 void XMC_SCU_RESET_DeassertPeripheralReset(const XMC_SCU_PERIPHERAL_RESET_t peripheral) in XMC_SCU_RESET_DeassertPeripheralReset() 676 bool XMC_SCU_RESET_IsPeripheralResetAsserted(const XMC_SCU_PERIPHERAL_RESET_t peripheral) in XMC_SCU_RESET_IsPeripheralResetAsserted() 1075 void XMC_SCU_CLOCK_GatePeripheralClock(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_GatePeripheralClock() 1084 void XMC_SCU_CLOCK_UngatePeripheralClock(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_UngatePeripheralClock() 1093 bool XMC_SCU_CLOCK_IsPeripheralClockGated(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_IsPeripheralClockGated()
|
| D | xmc_acmp.c | 82 void XMC_ACMP_Init(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_CONFIG_t *const … in XMC_ACMP_Init() 99 void XMC_ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, XMC_ACMP_INP_SOURCE_t sourc… in XMC_ACMP_SetInput()
|
| D | xmc1_scu.c | 637 void XMC_SCU_CLOCK_GatePeripheralClock(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_GatePeripheralClock() 645 void XMC_SCU_CLOCK_UngatePeripheralClock(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_UngatePeripheralClock() 657 bool XMC_SCU_CLOCK_IsPeripheralClockGated(const XMC_SCU_PERIPHERAL_CLOCK_t peripheral) in XMC_SCU_CLOCK_IsPeripheralClockGated()
|
| D | xmc_dma.c | 205 void XMC_DMA_EnableRequestLine(XMC_DMA_t *const dma, uint8_t line, uint8_t peripheral) in XMC_DMA_EnableRequestLine() 328 uint8_t peripheral; in XMC_DMA_CH_Init() local
|