Home
last modified time | relevance | path

Searched defs:bccu (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_bccu.c97 void XMC_BCCU_GlobalInit(XMC_BCCU_t *const bccu, const XMC_BCCU_GLOBAL_CONFIG_t *const config) in XMC_BCCU_GlobalInit()
111 void XMC_BCCU_ConfigGlobalTrigger(XMC_BCCU_t *const bccu, XMC_BCCU_TRIGMODE_t mode, XMC_BCCU_TRIGDE… in XMC_BCCU_ConfigGlobalTrigger()
120 void XMC_BCCU_SelectTrapInput (XMC_BCCU_t *const bccu, XMC_BCCU_CH_TRAP_IN_t input) in XMC_BCCU_SelectTrapInput()
129 void XMC_BCCU_SetTrapEdge (XMC_BCCU_t *const bccu, XMC_BCCU_CH_TRAP_EDGE_t edge) in XMC_BCCU_SetTrapEdge()
138 void XMC_BCCU_ConfigSuspendMode (XMC_BCCU_t *const bccu, XMC_BCCU_SUSPEND_MODE_t mode) in XMC_BCCU_ConfigSuspendMode()
147 void XMC_BCCU_SetFlickerWDThreshold (XMC_BCCU_t *const bccu, uint32_t threshold_no) in XMC_BCCU_SetFlickerWDThreshold()
158 void XMC_BCCU_SetFastClockPrescaler (XMC_BCCU_t *const bccu, uint32_t div) in XMC_BCCU_SetFastClockPrescaler()
170 void XMC_BCCU_SetDimClockPrescaler (XMC_BCCU_t *const bccu, uint32_t div) in XMC_BCCU_SetDimClockPrescaler()
182 void XMC_BCCU_SelectBitClock (XMC_BCCU_t *const bccu, XMC_BCCU_BCLK_MODE_t div) in XMC_BCCU_SelectBitClock()
191 void XMC_BCCU_ConcurrentEnableChannels (XMC_BCCU_t *const bccu, uint32_t mask) in XMC_BCCU_ConcurrentEnableChannels()
[all …]
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_bccu.h567 __STATIC_INLINE uint32_t XMC_BCCU_ReadGlobalTrigger (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadGlobalTrigger()
603 __STATIC_INLINE uint32_t XMC_BCCU_ReadTrapInput (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadTrapInput()
638 __STATIC_INLINE uint32_t XMC_BCCU_ReadTrapEdge (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadTrapEdge()
674 __STATIC_INLINE uint32_t XMC_BCCU_ReadSuspendMode (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadSuspendMode()
693 __STATIC_INLINE uint32_t XMC_BCCU_ReadLastTrigChanNr (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadLastTrigChanNr()
726 __STATIC_INLINE uint32_t XMC_BCCU_ReadFlickerWDThreshold (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadFlickerWDThreshold()
758 __STATIC_INLINE uint32_t XMC_BCCU_ReadFastClock (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadFastClock()
790 __STATIC_INLINE uint32_t XMC_BCCU_ReadDimClock (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadDimClock()
824 __STATIC_INLINE uint32_t XMC_BCCU_ReadBitClock (XMC_BCCU_t *const bccu) in XMC_BCCU_ReadBitClock()
1104 __STATIC_INLINE void XMC_BCCU_EnableInterrupt (XMC_BCCU_t *const bccu, uint32_t event) in XMC_BCCU_EnableInterrupt()
[all …]