Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 266) sorted by relevance

1234567891011

/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DRegLockMacros.h70 #define RLM_REG_WRITE8(address, value) ((*(volatile uint8*)(address))= (value)) argument
74 #define RLM_REG_WRITE16(address, value) ((*(volatile uint16*)(address))= (value)) argument
78 #define RLM_REG_WRITE32(address, value) ((*(volatile uint32*)(address))= (value)) argument
84 #define RLM_REG_READ8(address) (*(volatile uint8*)(address)) argument
88 #define RLM_REG_READ16(address) (*(volatile uint16*)(address)) argument
92 #define RLM_REG_READ32(address) (*(volatile uint32*)(address)) argument
97 #define RLM_REG_BIT_CLEAR8(address, mask) ((*(volatile uint8*)(address))&= (~(mask))) argument
101 #define RLM_REG_BIT_CLEAR16(address, mask) ((*(volatile uint16*)(address))&= (~(mask))) argument
105 #define RLM_REG_BIT_CLEAR32(address, mask) ((*(volatile uint32*)(address))&= (~(mask))) argument
111 #define RLM_REG_BIT_GET8(address, mask) ((*(volatile uint8*)(address))& (mask)) argument
[all …]
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/include/
DRegLockMacros.h70 #define RLM_REG_WRITE8(address, value) ((*(volatile uint8*)(address))= (value)) argument
74 #define RLM_REG_WRITE16(address, value) ((*(volatile uint16*)(address))= (value)) argument
78 #define RLM_REG_WRITE32(address, value) ((*(volatile uint32*)(address))= (value)) argument
84 #define RLM_REG_READ8(address) (*(volatile uint8*)(address)) argument
88 #define RLM_REG_READ16(address) (*(volatile uint16*)(address)) argument
92 #define RLM_REG_READ32(address) (*(volatile uint32*)(address)) argument
97 #define RLM_REG_BIT_CLEAR8(address, mask) ((*(volatile uint8*)(address))&= (~(mask))) argument
101 #define RLM_REG_BIT_CLEAR16(address, mask) ((*(volatile uint16*)(address))&= (~(mask))) argument
105 #define RLM_REG_BIT_CLEAR32(address, mask) ((*(volatile uint32*)(address))&= (~(mask))) argument
111 #define RLM_REG_BIT_GET8(address, mask) ((*(volatile uint8*)(address))& (mask)) argument
[all …]
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/include/
DRegLockMacros.h69 #define RLM_REG_WRITE8(address, value) ((*(volatile uint8*)(address))= (value)) argument
73 #define RLM_REG_WRITE16(address, value) ((*(volatile uint16*)(address))= (value)) argument
77 #define RLM_REG_WRITE32(address, value) ((*(volatile uint32*)(address))= (value)) argument
83 #define RLM_REG_READ8(address) (*(volatile uint8*)(address)) argument
87 #define RLM_REG_READ16(address) (*(volatile uint16*)(address)) argument
91 #define RLM_REG_READ32(address) (*(volatile uint32*)(address)) argument
96 #define RLM_REG_BIT_CLEAR8(address, mask) ((*(volatile uint8*)(address))&= (~(mask))) argument
100 #define RLM_REG_BIT_CLEAR16(address, mask) ((*(volatile uint16*)(address))&= (~(mask))) argument
104 #define RLM_REG_BIT_CLEAR32(address, mask) ((*(volatile uint32*)(address))&= (~(mask))) argument
110 #define RLM_REG_BIT_GET8(address, mask) ((*(volatile uint8*)(address))& (mask)) argument
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lmem/
Dfsl_lmem_cache.c148 void LMEM_CodeCacheInvalidateLine(LMEM_Type *base, uint32_t address) in LMEM_CodeCacheInvalidateLine()
186 void LMEM_CodeCacheInvalidateMultiLines(LMEM_Type *base, uint32_t address, uint32_t length) in LMEM_CodeCacheInvalidateMultiLines()
218 void LMEM_CodeCachePushLine(LMEM_Type *base, uint32_t address) in LMEM_CodeCachePushLine()
257 void LMEM_CodeCachePushMultiLines(LMEM_Type *base, uint32_t address, uint32_t length) in LMEM_CodeCachePushMultiLines()
289 void LMEM_CodeCacheClearLine(LMEM_Type *base, uint32_t address) in LMEM_CodeCacheClearLine()
327 void LMEM_CodeCacheClearMultiLines(LMEM_Type *base, uint32_t address, uint32_t length) in LMEM_CodeCacheClearMultiLines()
504 void LMEM_SystemCacheInvalidateLine(LMEM_Type *base, uint32_t address) in LMEM_SystemCacheInvalidateLine()
542 void LMEM_SystemCacheInvalidateMultiLines(LMEM_Type *base, uint32_t address, uint32_t length) in LMEM_SystemCacheInvalidateMultiLines()
575 void LMEM_SystemCachePushLine(LMEM_Type *base, uint32_t address) in LMEM_SystemCachePushLine()
614 void LMEM_SystemCachePushMultiLines(LMEM_Type *base, uint32_t address, uint32_t length) in LMEM_SystemCachePushMultiLines()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML3/drivers/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/cache/armv7-m7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML4/drivers/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML6/drivers/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/cm7/
Dfsl_cache.c119 static uint32_t L2CACHE_InvalidateLineByAddr(uint32_t address) in L2CACHE_InvalidateLineByAddr()
129 static uint32_t L2CACHE_CleanLineByAddr(uint32_t address) in L2CACHE_CleanLineByAddr()
139 static uint32_t L2CACHE_CleanInvalidateLineByAddr(uint32_t address) in L2CACHE_CleanInvalidateLineByAddr()
348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange()
550 void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange()
572 void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_nor_flash.c102 status_t Nor_Flash_Read(nor_handle_t *handle, uint32_t address, uint8_t *buffer, uint32_t length) in Nor_Flash_Read()
139 status_t Nor_Flash_Page_Program(nor_handle_t *handle, uint32_t address, uint8_t *buffer) in Nor_Flash_Page_Program()
170 status_t Nor_Flash_Program(nor_handle_t *handle, uint32_t address, uint8_t *buffer, uint32_t length) in Nor_Flash_Program()
225 status_t Nor_Flash_Erase_Page(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Page()
254 status_t Nor_Flash_Erase_Sector(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Sector()
306 status_t Nor_Flash_Erase_Block_4K(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Block_4K()
335 status_t Nor_Flash_Erase_Block_32K(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Block_32K()
364 status_t Nor_Flash_Erase_Block_64K(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Block_64K()
393 status_t Nor_Flash_Erase_Block(nor_handle_t *handle, uint32_t address) in Nor_Flash_Erase_Block()
412 status_t Nor_Flash_Erase(nor_handle_t *handle, uint32_t address, uint32_t size_Byte) in Nor_Flash_Erase()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/cm4/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/cm4/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/cm4/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cache/lmem/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/cm4/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/cm4/
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange()
377 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateSystemCacheByRange()
411 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange()
446 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange()
481 void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange()
/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.h218 #define REG_BIT_SET(address, mask) (*(volatile uint8_t *)(address) |= (mask)) argument
219 #define REG_BIT_CLEAR(address, mask) (*(volatile uint8_t *)(address) &= ~(mask)) argument
220 #define REG_BIT_TEST(address, mask) (*(volatile uint8_t *)(address) & (mask)) argument
221 #define REG_WRITE(address, value) (*(volatile uint8_t *)(address) = (value)) argument
222 #define REG_READ(address) ((uint8_t)(*(volatile uint8_t *)(address))) argument
223 #define REG_WRITE16(address, value) (*(volatile uint16_t *)(address) = (value)) argument
224 #define REG_READ16(address) ((uint16_t)(*(volatile uint16_t *)(address))) argument
226 #define WRITE8(address, value) (*(volatile uint8_t *)(address) = (value)) argument
227 #define READ8(address) ((uint8_t)(*(volatile uint8_t *)(address))) argument
228 #define WRITE16(address, value) (*(volatile uint16_t *)(address) = (value)) argument
[all …]

1234567891011