Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspim.h91 #define OPCODE_CHIP_ERASE 0xc7U /* Erase whole flash chip */ macro
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspim.h91 #define OPCODE_CHIP_ERASE 0xc7U /* Erase whole flash chip */ macro
/hal_nuvoton-latest/m46x/StdDriver/src/
Dspim.c965 uint8_t cmdBuf[] = { OPCODE_CHIP_ERASE }; /* 1-byte Chip Erase command. */ in SPIM_ChipErase()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dspim.c928 uint8_t cmdBuf[] = { OPCODE_CHIP_ERASE }; /* 1-byte Chip Erase command. */ in SPIM_ChipErase()