Home
last modified time | relevance | path

Searched defs:CRCx (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_crc.h157 __STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit(CRC_TypeDef *CRCx) in LL_CRC_ResetCRCCalculationUnit()
173 __STATIC_INLINE void LL_CRC_SetPolynomialSize(CRC_TypeDef *CRCx, uint32_t PolySize) in LL_CRC_SetPolynomialSize()
188 __STATIC_INLINE uint32_t LL_CRC_GetPolynomialSize(CRC_TypeDef *CRCx) in LL_CRC_GetPolynomialSize()
204 __STATIC_INLINE void LL_CRC_SetInputDataReverseMode(CRC_TypeDef *CRCx, uint32_t ReverseMode) in LL_CRC_SetInputDataReverseMode()
219 __STATIC_INLINE uint32_t LL_CRC_GetInputDataReverseMode(CRC_TypeDef *CRCx) in LL_CRC_GetInputDataReverseMode()
233 __STATIC_INLINE void LL_CRC_SetOutputDataReverseMode(CRC_TypeDef *CRCx, uint32_t ReverseMode) in LL_CRC_SetOutputDataReverseMode()
246 __STATIC_INLINE uint32_t LL_CRC_GetOutputDataReverseMode(CRC_TypeDef *CRCx) in LL_CRC_GetOutputDataReverseMode()
261 __STATIC_INLINE void LL_CRC_SetInitialData(CRC_TypeDef *CRCx, uint32_t InitCrc) in LL_CRC_SetInitialData()
274 __STATIC_INLINE uint32_t LL_CRC_GetInitialData(CRC_TypeDef *CRCx) in LL_CRC_GetInitialData()
291 __STATIC_INLINE void LL_CRC_SetPolynomialCoef(CRC_TypeDef *CRCx, uint32_t PolynomCoef) in LL_CRC_SetPolynomialCoef()
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_crc.h108 __STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit(CRC_TypeDef *CRCx) in LL_CRC_ResetCRCCalculationUnit()
128 __STATIC_INLINE void LL_CRC_FeedData32(CRC_TypeDef *CRCx, uint32_t InData) in LL_CRC_FeedData32()
139 __STATIC_INLINE uint32_t LL_CRC_ReadData32(CRC_TypeDef *CRCx) in LL_CRC_ReadData32()
151 __STATIC_INLINE uint32_t LL_CRC_Read_IDR(CRC_TypeDef *CRCx) in LL_CRC_Read_IDR()
164 __STATIC_INLINE void LL_CRC_Write_IDR(CRC_TypeDef *CRCx, uint32_t InData) in LL_CRC_Write_IDR()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_crc.c63 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx) in LL_CRC_DeInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_crc.c63 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx) in LL_CRC_DeInit()