Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c758 uint8_t crc7_poly = 0x7; in HAL_OTFDEC_KeyCRCComputation() local
787 crc ^= crc7_poly; in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c785 uint8_t crc7_poly = 0x7; in HAL_OTFDEC_KeyCRCComputation() local
814 crc ^= crc7_poly; in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c785 uint8_t crc7_poly = 0x7; in HAL_OTFDEC_KeyCRCComputation() local
814 crc ^= crc7_poly; in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c785 uint8_t crc7_poly = 0x7; in HAL_OTFDEC_KeyCRCComputation() local
814 crc ^= crc7_poly; in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c914 uint8_t crc7_poly = 0x7; in HAL_MCE_KeyCRCComputation() local
943 crc ^= crc7_poly; in HAL_MCE_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c918 uint8_t crc7_poly = 0x7; in HAL_MCE_KeyCRCComputation() local
947 crc ^= crc7_poly; in HAL_MCE_KeyCRCComputation()