Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_fsmc.h56 #define IS_FSMC_PAGESIZE(__SIZE__) (((__SIZE__) == FSMC_PAGE_SIZE_NONE) || \ argument
57 ((__SIZE__) == FSMC_PAGE_SIZE_128) || \
58 ((__SIZE__) == FSMC_PAGE_SIZE_256) || \
59 ((__SIZE__) == FSMC_PAGE_SIZE_512) || \
60 ((__SIZE__) == FSMC_PAGE_SIZE_1024))

Completed in 5 milliseconds