Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_swpmi.h258 __STATIC_INLINE void LL_SWPMI_SetReceptionMode(SWPMI_TypeDef *SWPMIx, uint32_t RxBufferingMode) in LL_SWPMI_SetReceptionMode()
271 __STATIC_INLINE uint32_t LL_SWPMI_GetReceptionMode(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_GetReceptionMode()
286 __STATIC_INLINE void LL_SWPMI_SetTransmissionMode(SWPMI_TypeDef *SWPMIx, uint32_t TxBufferingMode) in LL_SWPMI_SetTransmissionMode()
299 __STATIC_INLINE uint32_t LL_SWPMI_GetTransmissionMode(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_GetTransmissionMode()
310 __STATIC_INLINE void LL_SWPMI_EnableLoopback(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_EnableLoopback()
321 __STATIC_INLINE void LL_SWPMI_DisableLoopback(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_DisableLoopback()
336 __STATIC_INLINE void LL_SWPMI_Activate(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_Activate()
351 __STATIC_INLINE uint32_t LL_SWPMI_IsActivated(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_IsActivated()
363 __STATIC_INLINE void LL_SWPMI_Deactivate(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_Deactivate()
375 __STATIC_INLINE void LL_SWPMI_RequestDeactivation(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_RequestDeactivation()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_swpmi.c81 ErrorStatus LL_SWPMI_DeInit(SWPMI_TypeDef *SWPMIx) in LL_SWPMI_DeInit()
112 ErrorStatus LL_SWPMI_Init(SWPMI_TypeDef *SWPMIx, LL_SWPMI_InitTypeDef *SWPMI_InitStruct) in LL_SWPMI_Init()