Home
last modified time | relevance | path

Searched refs:MXC_FLASH_PAGE_SIZE (Results 1 – 25 of 39) sorted by relevance

12

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32660/
Dflc.h48 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
51 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78000/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32672/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32665/
Dflc.h48 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
51 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32670/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/
Dflc.h47 #define MXC_FLASH_PAGE_MASK ~(MXC_FLASH_PAGE_SIZE - 1)
50 #define MXC_FLASH_PAGE_ADDR(page) (MXC_FLASH_MEM_BASE + ((uint32_t)page * MXC_FLASH_PAGE_SIZE))
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AES/
Daes_me15.c231 uint8_t page[MXC_FLASH_PAGE_SIZE - 40]; in MXC_AES_ClearPORKey()
237 memcpy(page, (uint8_t *)FMV_ADDR + 40, MXC_FLASH_PAGE_SIZE - 40); in MXC_AES_ClearPORKey()
248 err = MXC_FLC_Write(FMV_ADDR + 40, MXC_FLASH_PAGE_SIZE - 40, (uint32_t *)page); in MXC_AES_ClearPORKey()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/FLC/
Dflc_me11.c61 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME11_Flash_Operation()
63 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + (2 * MXC_FLASH_PAGE_SIZE)); in MXC_FLC_ME11_Flash_Operation()
Dflc_reva.c441 page_num /= MXC_FLASH_PAGE_SIZE; in MXC_FLC_RevA_BlockPageWrite()
459 page_num /= MXC_FLASH_PAGE_SIZE; in MXC_FLC_RevA_BlockPageRead()
Dflc_me17.c64 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME17_Flash_Operation()
Dflc_me12.c64 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME12_Flash_Operation()
Dflc_ai87.c64 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_AI87_Flash_Operation()
Dflc_me13.c69 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME13_Flash_Operation()
Dflc_me14.c64 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME14_Flash_Operation()
Dflc_me18.c69 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME18_Flash_Operation()
Dflc_me21.c65 line_addr = (uint32_t *)(MXC_FLASH_MEM_BASE + MXC_FLASH_PAGE_SIZE); in MXC_FLC_ME21_Flash_Operation()
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32660/Include/
Dmax32660.h157 #define MXC_FLASH_PAGE_SIZE 0x00002000UL macro

12