Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc.c174 assert_param(IS_CRC_INPUTDATA_FORMAT(hcrc->InputDataFormat)); in HAL_CRC_Init()
307 switch (hcrc->InputDataFormat) in HAL_CRC_Accumulate()
371 switch (hcrc->InputDataFormat) in HAL_CRC_Calculate()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_crc.c172 assert_param(IS_CRC_INPUTDATA_FORMAT(hcrc->InputDataFormat)); in HAL_CRC_Init()
288 switch (hcrc->InputDataFormat) { in HAL_CRC_Accumulate()
343 switch (hcrc->InputDataFormat) { in HAL_CRC_Calculate()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc.h130 …uint32_t InputDataFormat; /*!< This parameter is a value of @ref CRC_Input_Buffer_F… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_crc.h135 …uint32_t InputDataFormat; /*!< This parameter is a value of @ref CRC_Input_Buffer_F… member

Completed in 10 milliseconds