Home
last modified time | relevance | path

Searched refs:CRC_TypeDef (Results 1 – 25 of 35) sorted by relevance

12

/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 …]
H A Dstm32l4xx_hal_crc.h105 CRC_TypeDef *Instance; /*!< Register base address */
/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()
177 ErrorStatus LL_CRC_DeInit(CRC_TypeDef *CRCx);
H A Dstm32f4xx_hal_crc.h62 CRC_TypeDef *Instance; /*!< Register base address */
/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()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f410rx.h191 } CRC_TypeDef; typedef
684 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f410tx.h188 } CRC_TypeDef; typedef
674 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f410cx.h191 } CRC_TypeDef; typedef
684 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f401xe.h195 } CRC_TypeDef; typedef
786 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f401xc.h195 } CRC_TypeDef; typedef
786 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f411xe.h196 } CRC_TypeDef; typedef
789 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f412cx.h281 } CRC_TypeDef; typedef
978 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f405xx.h284 } CRC_TypeDef; typedef
1010 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f415xx.h283 } CRC_TypeDef; typedef
1081 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f412zx.h282 } CRC_TypeDef; typedef
1035 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f407xx.h287 } CRC_TypeDef; typedef
1112 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f412vx.h282 } CRC_TypeDef; typedef
1033 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f413xx.h298 } CRC_TypeDef; typedef
1164 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32f423xx.h299 } CRC_TypeDef; typedef
1199 #define CRC ((CRC_TypeDef *) CRC_BASE)
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h183 } CRC_TypeDef; typedef
764 #define CRC ((CRC_TypeDef *) CRC_BASE)
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h206 } CRC_TypeDef; typedef
937 #define CRC ((CRC_TypeDef *) CRC_BASE)
H A Dstm32wb55xx.h238 } CRC_TypeDef; typedef
1156 #define CRC ((CRC_TypeDef *) CRC_BASE)
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h303 } CRC_TypeDef; typedef
1128 #define CRC ((CRC_TypeDef *) CRC_BASE)
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h309 } CRC_TypeDef; typedef
1143 #define CRC ((CRC_TypeDef *) CRC_BASE)

12