Avalon Firmware
 
Loading...
Searching...
No Matches
crc.c File Reference

This file provides code for the configuration of the CRC instances. More...

#include "crc.h"

Functions

void MX_CRC_Init (void)
 
void HAL_CRC_MspInit (CRC_HandleTypeDef *crcHandle)
 
void HAL_CRC_MspDeInit (CRC_HandleTypeDef *crcHandle)
 

Variables

CRC_HandleTypeDef hcrc
 

Detailed Description

This file provides code for the configuration of the CRC instances.

Attention

Copyright (c) 2024 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Function Documentation

◆ HAL_CRC_MspDeInit()

void HAL_CRC_MspDeInit ( CRC_HandleTypeDef * crcHandle)

◆ HAL_CRC_MspInit()

void HAL_CRC_MspInit ( CRC_HandleTypeDef * crcHandle)

◆ MX_CRC_Init()

void MX_CRC_Init ( void )

Variable Documentation

◆ hcrc

CRC_HandleTypeDef hcrc