Searched defs:wbuff1 (Results 1 – 2 of 2) sorted by relevance
| /device/board/talkweb/niobe407/applications/202_hdf_spi_flash/ |
| D | hdf_spi_test.c | 75 uint8_t wbuff1[4] = { 0x9f, 0xFF, 0xFF, 0xFF }; in ReadFlashId() local 254 uint8_t wbuff1[5] = {0x00, 0xAB, 0xff, 0xff, 0xff}; in ReadDeviceId() local 310 uint8_t wbuff1[1] = {0x01}; in WaitForWriteEnd() local
|
| /device/board/talkweb/niobe407/liteos_m/drivers/spi_flash/src/ |
| D | w25qxx.c | 271 uint8_t wbuff1[4] = { W25X_JedecDeviceID, Dummy_Byte, Dummy_Byte, Dummy_Byte }; in W25x_ReadID() local
|