Searched refs:key_strobe (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_otfdec.c | 759 const uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_OTFDEC_KeyCRCComputation() local 773 keyval ^= key_strobe[0]; in HAL_OTFDEC_KeyCRCComputation() 777 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_otfdec.c | 786 uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_OTFDEC_KeyCRCComputation() local 800 keyval ^= key_strobe[0]; in HAL_OTFDEC_KeyCRCComputation() 804 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_otfdec.c | 786 const uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_OTFDEC_KeyCRCComputation() local 800 keyval ^= key_strobe[0]; in HAL_OTFDEC_KeyCRCComputation() 804 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_otfdec.c | 786 const uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_OTFDEC_KeyCRCComputation() local 800 keyval ^= key_strobe[0]; in HAL_OTFDEC_KeyCRCComputation() 804 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_OTFDEC_KeyCRCComputation()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mce.c | 915 const uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_MCE_KeyCRCComputation() local 929 keyval ^= key_strobe[0]; in HAL_MCE_KeyCRCComputation() 933 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_MCE_KeyCRCComputation()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mce.c | 919 const uint32_t key_strobe[4] = {0xAA55AA55U, 0x3U, 0x18U, 0xC0U}; in HAL_MCE_KeyCRCComputation() local 933 keyval ^= key_strobe[0]; in HAL_MCE_KeyCRCComputation() 937 keyval ^= (key_strobe[j] << 24) | ((uint32_t)crc << 16) | (key_strobe[j] << 8) | crc; in HAL_MCE_KeyCRCComputation()
|