18#if defined(USE_FULL_LL_DRIVER)
25#include "stm32_assert.h"
27#define assert_param(expr) ((void)0U)
62ErrorStatus LL_CRC_DeInit(
const CRC_TypeDef *CRCx)
64 ErrorStatus status = SUCCESS;
72 LL_AHB1_GRP1_ForceReset(LL_AHB1_GRP1_PERIPH_CRC);
75 LL_AHB1_GRP1_ReleaseReset(LL_AHB1_GRP1_PERIPH_CRC);
#define assert_param(expr)
Header file of BUS LL module.
Header file of CRC LL module.