|
STM32G474xx HAL用户手册
|
CRC LL模块驱动程序。 更多...
#include "stm32g4xx_ll_crc.h"#include "stm32g4xx_ll_bus.h"宏定义 | |
| #define | assert_param(expr) ((void)0U) |
函数 | |
| ErrorStatus | LL_CRC_DeInit (const CRC_TypeDef *CRCx) |
| 反初始化CRC寄存器(寄存器恢复为默认值)。 | |
CRC LL模块驱动程序。
版权所有 (c) 2019 STMicroelectronics。保留所有权利。
本软件根据LICENSE文件中规定的条款提供。如果本软件未随附LICENSE文件,则按原样提供,不提供任何保证。
定义于文件stm32g4xx_ll_crc.c。
| #define assert_param | ( | expr | ) | ((void)0U) |
定义于文件stm32g4xx_ll_crc.c的第27行。
被LL_CRC_DeInit()引用。
1.7.6.1