|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_CRC_RESET_HANDLE_STATE(__HANDLE__) |
| Reset CRC handle state. | |
| #define | __HAL_CRC_DR_RESET(__HANDLE__) |
| Reset CRC Data Register. | |
| #define | __HAL_CRC_SET_IDR(__HANDLE__, __VALUE__) |
| Store data in the Independent Data (ID) register. | |
| #define | __HAL_CRC_GET_IDR(__HANDLE__) |
| Return the data stored in the Independent Data (ID) register. | |
| #define __HAL_CRC_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_crc.h>
Reset CRC handle state.
| __HANDLE__ | CRC handle. |
| None |
Definition at line 90 of file stm32f4xx_hal_crc.h.
| #define __HAL_CRC_DR_RESET | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_crc.h>
Reset CRC Data Register.
| __HANDLE__ | CRC handle |
| None |
Definition at line 97 of file stm32f4xx_hal_crc.h.
Referenced by HAL_CRC_Calculate(), and HAL_CRC_DeInit().
| #define __HAL_CRC_SET_IDR | ( | __HANDLE__, | |
| __VALUE__ ) |
#include <stm32f4xx_hal_crc.h>
Store data in the Independent Data (ID) register.
| __HANDLE__ | CRC handle |
| __VALUE__ | Value to be stored in the ID register |
| None |
Definition at line 106 of file stm32f4xx_hal_crc.h.
Referenced by HAL_CRC_DeInit().
| #define __HAL_CRC_GET_IDR | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_crc.h>
Return the data stored in the Independent Data (ID) register.
| __HANDLE__ | CRC handle |
| Value | of the ID register |
Definition at line 114 of file stm32f4xx_hal_crc.h.