Home
last modified time | relevance | path

Searched refs:IS_CRC_OUTPUTDATA_INVERSION_MODE (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_crc_ex.h86 #define IS_CRC_OUTPUTDATA_INVERSION_MODE(__MODE__) (((__MODE__) == CRC_OUTPUTDATA_INVERSION_DISA… macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_crc_ex.c199 assert_param(IS_CRC_OUTPUTDATA_INVERSION_MODE(OutputReverseMode)); in HAL_CRCEx_Output_Data_Reverse()
A Dstm32f7xx_hal_crc.c167 assert_param(IS_CRC_OUTPUTDATA_INVERSION_MODE(hcrc->Init.OutputDataInversionMode)); in HAL_CRC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc_ex.h82 #define IS_CRC_OUTPUTDATA_INVERSION_MODE(MODE) (((MODE) == CRC_OUTPUTDATA_INVERSION_DISABLE) || \ macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc_ex.c165 assert_param(IS_CRC_OUTPUTDATA_INVERSION_MODE(OutputReverseMode)); in HAL_CRCEx_Output_Data_Reverse()
A Dstm32f0xx_hal_crc.c169 assert_param(IS_CRC_OUTPUTDATA_INVERSION_MODE(hcrc->Init.OutputDataInversionMode)); in HAL_CRC_Init()

Completed in 6 milliseconds