Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.h106 #define PAGE_ADDRESS(__PAGE__) (uint32_t)(FLASH_BASE + (__PAGE__) * PAGE_SIZE + ((START_PAGE_ADDR… argument
108 #define PREVIOUS_PAGE(__PAGE__) (uint32_t)((((__PAGE__) - START_PAGE - 1U + PAGES_NUMBER) % PAGES_… argument
109 #define FOLLOWING_PAGE(__PAGE__) (uint32_t)((((__PAGE__) - START_PAGE + 1U) % PAGES_NUMBER) + START… argument
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h126 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) argument
164 #define IS_OB_PCROP(__PAGE__) (((__PAGE__) != 0x0000000U)) argument
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h81 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) argument
119 #define IS_OB_PCROP(__PAGE__) (((__PAGE__) != 0x0000000U)) argument
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal.h536 #define IS_SYSCFG_SRAM2WRP_PAGE(__PAGE__) (((__PAGE__) > 0U) && ((__PAGE__) <= 0xFFFFFFFFUL)) argument