Home
last modified time | relevance | path

Searched defs:Page (Results 1 – 7 of 7) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Porting/STM32L4/
Dflash_interface.c75 EE_Status PageErase(uint32_t Page, uint16_t NbPages) in PageErase()
106 EE_Status PageErase_IT(uint32_t Page, uint16_t NbPages) in PageErase_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c582 void FLASH_PageErase(uint32_t Page, uint32_t Banks) in FLASH_PageErase()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash.h102 …__IO uint32_t Page; /*!< Internal variable to define the current page wh… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash.h103 …__IO uint32_t Page; /*!< Internal variable to define the current page wh… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_nand.h94 uint16_t Page; /*!< NAND memory Page address */ member
Dstm32l4xx_hal_flash.h70 uint32_t Page; /*!< Initial Flash page to erase when page erase is disabled member
147 …__IO uint32_t Page; /* Internal variable to define the current page whi… member
/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c1496 static EE_Status SetPageState(uint32_t Page, EE_State_type State) in SetPageState()