Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_Storage.h95 } ARM_STORAGE_BLOCK; typedef
426 …int32_t (*GetNextBlock) (const ARM_STORAGE_BLOCK* prev, ARM_STORAGE_BLOCK *next…
427 …int32_t (*GetBlock) (uint64_t addr, ARM_STORAGE_BLOCK *block); ///< …
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_Storage.c93 static int32_t ARM_Storage_GetNextBlock(const ARM_STORAGE_BLOCK* prev_block, ARM_STORAGE_BLOCK *nex… in ARM_Storage_GetNextBlock()
96 static int32_t ARM_Storage_GetBlock(uint64_t addr, ARM_STORAGE_BLOCK *block) { in ARM_Storage_GetBlock()