|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_CRC_FeedData32 (CRC_TypeDef *CRCx, uint32_t InData) |
| Write given 32-bit data to the CRC calculator DR DR LL_CRC_FeedData32. More... | |
| __STATIC_INLINE void | LL_CRC_FeedData16 (CRC_TypeDef *CRCx, uint16_t InData) |
| Write given 16-bit data to the CRC calculator DR DR LL_CRC_FeedData16. More... | |
| __STATIC_INLINE void | LL_CRC_FeedData8 (CRC_TypeDef *CRCx, uint8_t InData) |
| Write given 8-bit data to the CRC calculator DR DR LL_CRC_FeedData8. More... | |
| __STATIC_INLINE uint32_t | LL_CRC_ReadData32 (CRC_TypeDef *CRCx) |
| Return current CRC calculation result. 32 bits value is returned. DR DR LL_CRC_ReadData32. More... | |
| __STATIC_INLINE uint16_t | LL_CRC_ReadData16 (CRC_TypeDef *CRCx) |
| Return current CRC calculation result. 16 bits value is returned. More... | |
| __STATIC_INLINE uint8_t | LL_CRC_ReadData8 (CRC_TypeDef *CRCx) |
| Return current CRC calculation result. 8 bits value is returned. More... | |
| __STATIC_INLINE uint8_t | LL_CRC_ReadData7 (CRC_TypeDef *CRCx) |
| Return current CRC calculation result. 7 bits value is returned. More... | |
| __STATIC_INLINE uint32_t | LL_CRC_Read_IDR (CRC_TypeDef *CRCx) |
| Return data stored in the Independent Data(IDR) register. More... | |
| __STATIC_INLINE void | LL_CRC_Write_IDR (CRC_TypeDef *CRCx, uint32_t InData) |
| Store data in the Independent Data(IDR) register. More... | |
| __STATIC_INLINE void LL_CRC_FeedData16 | ( | CRC_TypeDef * | CRCx, |
| uint16_t | InData | ||
| ) |
Write given 16-bit data to the CRC calculator DR DR LL_CRC_FeedData16.
| CRCx | CRC Instance |
| InData | 16 bit value to be provided to CRC calculator between between Min_Data=0 and Max_Data=0xFFFF |
| None |
Definition at line 337 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE void LL_CRC_FeedData32 | ( | CRC_TypeDef * | CRCx, |
| uint32_t | InData | ||
| ) |
Write given 32-bit data to the CRC calculator DR DR LL_CRC_FeedData32.
| CRCx | CRC Instance |
| InData | value to be provided to CRC calculator between between Min_Data=0 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 325 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE void LL_CRC_FeedData8 | ( | CRC_TypeDef * | CRCx, |
| uint8_t | InData | ||
| ) |
Write given 8-bit data to the CRC calculator DR DR LL_CRC_FeedData8.
| CRCx | CRC Instance |
| InData | 8 bit value to be provided to CRC calculator between between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 352 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE uint32_t LL_CRC_Read_IDR | ( | CRC_TypeDef * | CRCx | ) |
Return data stored in the Independent Data(IDR) register.
| CRCx | CRC Instance |
| Value | stored in CRC_IDR register |
Definition at line 412 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE uint16_t LL_CRC_ReadData16 | ( | CRC_TypeDef * | CRCx | ) |
Return current CRC calculation result. 16 bits value is returned.
| CRCx | CRC Instance |
| Current | CRC calculation result as stored in CRC_DR register (16 bits). |
Definition at line 375 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE uint32_t LL_CRC_ReadData32 | ( | CRC_TypeDef * | CRCx | ) |
Return current CRC calculation result. 32 bits value is returned. DR DR LL_CRC_ReadData32.
| CRCx | CRC Instance |
| Current | CRC calculation result as stored in CRC_DR register (32 bits). |
Definition at line 363 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE uint8_t LL_CRC_ReadData7 | ( | CRC_TypeDef * | CRCx | ) |
Return current CRC calculation result. 7 bits value is returned.
| CRCx | CRC Instance |
| Current | CRC calculation result as stored in CRC_DR register (7 bits). |
Definition at line 399 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE uint8_t LL_CRC_ReadData8 | ( | CRC_TypeDef * | CRCx | ) |
Return current CRC calculation result. 8 bits value is returned.
| CRCx | CRC Instance |
| Current | CRC calculation result as stored in CRC_DR register (8 bits). |
Definition at line 387 of file stm32l4xx_ll_crc.h.
| __STATIC_INLINE void LL_CRC_Write_IDR | ( | CRC_TypeDef * | CRCx, |
| uint32_t | InData | ||
| ) |
Store data in the Independent Data(IDR) register.
| CRCx | CRC Instance |
| InData | value to be stored in CRC_IDR register |
| None |
Definition at line 426 of file stm32l4xx_ll_crc.h.