STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Peripheral State functions

Peripheral State functions. More...

Collaboration diagram for Peripheral State functions:

Functions

HAL_CRC_StateTypeDef HAL_CRC_GetState (const CRC_HandleTypeDef *hcrc)
 Return the CRC handle state.
 

Detailed Description

Peripheral State functions.

 ===============================================================================
                      ##### Peripheral State functions #####
 ===============================================================================
    [..]
    This subsection permits to get in run-time the status of the peripheral.

Function Documentation

◆ HAL_CRC_GetState()

HAL_CRC_StateTypeDef HAL_CRC_GetState ( const CRC_HandleTypeDef * hcrc)

#include <stm32f4xx_hal_crc.h>

Return the CRC handle state.

Parameters
hcrcCRC handle
Return values
HALstate

Definition at line 306 of file stm32f4xx_hal_crc.c.

References CRC_HandleTypeDef::State.