HAL + 0/3 examples
CodeScope will show references to FSMC_NORSRAM_InitTypeDef::ContinuousClock from the following samples and libraries:
Drivers
Boards
Examples
STM32F413H-Discovery
Examples
FMC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFSMC_NORSRAM_InitTypeDef::ContinuousClock

FSMC_NORSRAM_InitTypeDef::ContinuousClock field

Enables or disables the FSMC clock output to external memory devices. This parameter is only enabled through the FSMC_BCR1 register, and don't care through FSMC_BCR2..4 registers. This parameter can be a value of FSMC_Continous_Clock This mode is available only for the STM32F412Vx/Zx/Rx devices

Syntax

uint32_t ContinuousClock;

Examples

FSMC_NORSRAM_InitTypeDef::ContinuousClock is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_fsmc.h:217
uint32_t ContinuousClock; /*!< Enables or disables the FSMC clock output to external memory devices.
stm32f4xx_ll_fsmc.c:282FSMC_NORSRAM_Init()
btcr_reg |= Init->ContinuousClock;
stm32f4xx_ll_fsmc.c:318FSMC_NORSRAM_Init()
if ((Init->ContinuousClock == FSMC_CONTINUOUS_CLOCK_SYNC_ASYNC) && (Init->NSBank != FSMC_NORSRAM_BANK1))
stm32f4xx_ll_fsmc.c:320FSMC_NORSRAM_Init()
MODIFY_REG(Device->BTCR[FSMC_NORSRAM_BANK1], FSMC_BCR1_CCLKEN, Init->ContinuousClock);

Data Use

Functions reading FSMC_NORSRAM_InitTypeDef::ContinuousClock
FSMC_NORSRAM_InitTypeDef::ContinuousClock
all items filtered out
Type of FSMC_NORSRAM_InitTypeDef::ContinuousClock
FSMC_NORSRAM_InitTypeDef::ContinuousClock
uint32_t
all items filtered out