Lines Matching defs:cmdBuf

299     uint8_t cmdBuf[] = {OPCODE_RDSR};            /* 1-byte Read Status Register #1 command. */  in SPIM_ReadStatusRegister()  local
318 …uint8_t cmdBuf[] = {OPCODE_WRSR, 0x00U}; /* 1-byte Write Status Register #1 command + 1-byte d… in SPIM_WriteStatusRegister() local
336 uint8_t cmdBuf[] = {OPCODE_RDSR2}; /* 1-byte Read Status Register #1 command. */ in SPIM_ReadStatusRegister2() local
356 uint8_t cmdBuf[3] = {OPCODE_WRSR, 0U, 0U}; in SPIM_WriteStatusRegister2() local
396 uint8_t cmdBuf[] = {OPCODE_RDSR3}; /* 1-byte Read Status Register #1 command. */ in SPIM_ReadStatusRegister3() local
435 uint8_t cmdBuf[] = {OPCODE_RDSCUR}; /* 1-byte Read Status Register #1 command. */ in SPIM_ReadSecurityRegister() local
489 uint8_t cmdBuf[] = {0U}; /* 1-byte Write Enable command. */ in spim_set_write_enable() local
521 uint8_t cmdBuf[1]; in SPIM_InitFlash() local
594 uint8_t cmdBuf[] = { OPCODE_RDID }; /* 1-byte JEDEC ID command. */ in SPIM_ReadJedecId() local
608 uint8_t cmdBuf[3]; in spim_enable_spansion_quad_mode() local
734 uint8_t cmdBuf[1]; /* 1-byte command. */ in spim_eon_set_qpi_mode() local
766 uint8_t cmdBuf[2]; in SPIM_SPANSION_4Bytes_Enable() local
862 uint8_t cmdBuf[1]; /* 1-byte Enter/Exit 4-Byte Mode command. */ in SPIM_Enable_4Bytes_Mode() local
965 uint8_t cmdBuf[] = { OPCODE_CHIP_ERASE }; /* 1-byte Chip Erase command. */ in SPIM_ChipErase() local
992 uint8_t cmdBuf[16]; in SPIM_EraseBlock() local
1043 uint8_t cmdBuf[16]; in SPIM_WriteInPageDataByIo() local
1207 uint8_t cmdBuf[16]; in SPIM_IO_Read() local