update to CubeMX 6.14.0, FW_H7 1.12.1
This commit is contained in:
@ -1040,6 +1040,7 @@ HAL_SRAM_StateTypeDef HAL_SRAM_GetState(const SRAM_HandleTypeDef *hsram)
|
||||
*/
|
||||
static void SRAM_DMACplt(MDMA_HandleTypeDef *hmdma)
|
||||
{
|
||||
/* Derogation MISRAC2012-Rule-11.5 */
|
||||
SRAM_HandleTypeDef *hsram = (SRAM_HandleTypeDef *)(hmdma->Parent);
|
||||
|
||||
/* Disable the MDMA channel */
|
||||
@ -1062,6 +1063,7 @@ static void SRAM_DMACplt(MDMA_HandleTypeDef *hmdma)
|
||||
*/
|
||||
static void SRAM_DMACpltProt(MDMA_HandleTypeDef *hmdma)
|
||||
{
|
||||
/* Derogation MISRAC2012-Rule-11.5 */
|
||||
SRAM_HandleTypeDef *hsram = (SRAM_HandleTypeDef *)(hmdma->Parent);
|
||||
|
||||
/* Disable the MDMA channel */
|
||||
@ -1084,6 +1086,7 @@ static void SRAM_DMACpltProt(MDMA_HandleTypeDef *hmdma)
|
||||
*/
|
||||
static void SRAM_DMAError(MDMA_HandleTypeDef *hmdma)
|
||||
{
|
||||
/* Derogation MISRAC2012-Rule-11.5 */
|
||||
SRAM_HandleTypeDef *hsram = (SRAM_HandleTypeDef *)(hmdma->Parent);
|
||||
|
||||
/* Disable the MDMA channel */
|
||||
|
||||
Reference in New Issue
Block a user