Home
last modified time | relevance | path

Searched defs:FMPI2Cx (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fmpi2c.h392 __STATIC_INLINE void LL_FMPI2C_Enable(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_Enable()
406 __STATIC_INLINE void LL_FMPI2C_Disable(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_Disable()
417 __STATIC_INLINE uint32_t LL_FMPI2C_IsEnabled(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_IsEnabled()
437 __STATIC_INLINE void LL_FMPI2C_ConfigFilters(FMPI2C_TypeDef *FMPI2Cx, uint32_t AnalogFilter, uint32… in LL_FMPI2C_ConfigFilters()
453 __STATIC_INLINE void LL_FMPI2C_SetDigitalFilter(FMPI2C_TypeDef *FMPI2Cx, uint32_t DigitalFilter) in LL_FMPI2C_SetDigitalFilter()
464 __STATIC_INLINE uint32_t LL_FMPI2C_GetDigitalFilter(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_GetDigitalFilter()
476 __STATIC_INLINE void LL_FMPI2C_EnableAnalogFilter(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_EnableAnalogFilter()
488 __STATIC_INLINE void LL_FMPI2C_DisableAnalogFilter(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_DisableAnalogFilter()
499 __STATIC_INLINE uint32_t LL_FMPI2C_IsEnabledAnalogFilter(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_IsEnabledAnalogFilter()
510 __STATIC_INLINE void LL_FMPI2C_EnableDMAReq_TX(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_EnableDMAReq_TX()
[all …]
H A Dstm32f4xx_ll_rcc.h3685 __STATIC_INLINE uint32_t LL_RCC_GetFMPI2CClockSource(uint32_t FMPI2Cx) in LL_RCC_GetFMPI2CClockSource()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_fmpi2c.c88 ErrorStatus LL_FMPI2C_DeInit(FMPI2C_TypeDef *FMPI2Cx) in LL_FMPI2C_DeInit()
119 ErrorStatus LL_FMPI2C_Init(FMPI2C_TypeDef *FMPI2Cx, LL_FMPI2C_InitTypeDef *FMPI2C_InitStruct) in LL_FMPI2C_Init()