Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c659 assert_param(IS_FLASH_BURST_SIZE_CRC(pCRCInit->BurstSize)); in HAL_FLASHEx_ComputeCRC()
680 (FLASH_CRCCR_CLEAN_CRC | pCRCInit->BurstSize)); in HAL_FLASHEx_ComputeCRC()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h63 uint32_t BurstSize; /*!< CRC Burst Size. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c733 FLASH->CRCCR1 |= FLASH_CRCCR_CLEAN_CRC | pCRCInit->BurstSize | pCRCInit->TypeCRC; in HAL_FLASHEx_ComputeCRC()
782 FLASH->CRCCR2 |= FLASH_CRCCR_CLEAN_CRC | pCRCInit->BurstSize | pCRCInit->TypeCRC; in HAL_FLASHEx_ComputeCRC()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h159 uint32_t BurstSize; /*!< CRC Burst Size. member