semf
stm32flash.cpp File Reference
Include dependency graph for stm32flash.cpp:

Go to the source code of this file.

Namespaces

namespace  semf
 

Functions

void semfStm32FlashIsr ()
 This function must be called in the HAL_FLASH_EndOfOperationCallback(). More...
 

Variables

FLASH_ProcessTypeDef pFlash
 

Detailed Description

Date
04.06.2018
Author
nk

Definition in file stm32flash.cpp.

Function Documentation

◆ semfStm32FlashIsr()

void semfStm32FlashIsr ( )

This function must be called in the HAL_FLASH_EndOfOperationCallback().

Attention
This function must be called in in the FLASH_IRQHandler() function after HAL_FLASH_IRQHandler() has been called.

Definition at line 23 of file stm32flash.cpp.

Here is the call graph for this function:

Variable Documentation

◆ pFlash

FLASH_ProcessTypeDef pFlash
extern