STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | FSMC_MemoryDataWidth_8b ((uint32_t)0x00000000) |
#define | FSMC_MemoryDataWidth_16b ((uint32_t)0x00000010) |
#define | IS_FSMC_MEMORY_WIDTH(WIDTH) |
#define FSMC_MemoryDataWidth_16b ((uint32_t)0x00000010) |
Definition at line 327 of file stm32f10x_fsmc.h.
#define FSMC_MemoryDataWidth_8b ((uint32_t)0x00000000) |
Definition at line 326 of file stm32f10x_fsmc.h.
#define IS_FSMC_MEMORY_WIDTH | ( | WIDTH | ) |
(((WIDTH) == FSMC_MemoryDataWidth_8b) || \ ((WIDTH) == FSMC_MemoryDataWidth_16b))
Definition at line 328 of file stm32f10x_fsmc.h.