Home
last modified time | relevance | path

Searched refs:DefaultPolynomialUse (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc_ex.c105 assert_param(IS_DEFAULT_POLYNOMIAL(hcrc->Init.DefaultPolynomialUse)); in HAL_CRCEx_Init()
106 if (hcrc->Init.DefaultPolynomialUse == DEFAULT_POLYNOMIAL_ENABLE) in HAL_CRCEx_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_crc.c140 assert_param(IS_DEFAULT_POLYNOMIAL(hcrc->Init.DefaultPolynomialUse)); in HAL_CRC_Init()
141 if (hcrc->Init.DefaultPolynomialUse == DEFAULT_POLYNOMIAL_ENABLE) { in HAL_CRC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc.h77 …uint8_t DefaultPolynomialUse; /*!< This parameter is a value of @ref CRC_Default_Polynomial … member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_crc.h81 …uint8_t DefaultPolynomialUse; /*!< This parameter is a value of @ref CRC_Default_Polynomial … member

Completed in 5 milliseconds