Home
last modified time | relevance | path

Searched refs:Spi1ReadWriteByte (Results 1 – 3 of 3) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c54 Spi1ReadWriteByte(W25X_READSTATUSREG); in W25qxxReadSR()
55 byte = Spi1ReadWriteByte(0Xff); in W25qxxReadSR()
63 Spi1ReadWriteByte(W25X_WRITESTATUSREG); in W25qxxWriteSR()
64 Spi1ReadWriteByte(sr); in W25qxxWriteSR()
71 Spi1ReadWriteByte(W25X_WRITEENABLE); in W25qxxWriteEnable()
78 Spi1ReadWriteByte(W25X_WRITEDISABLE); in W25qxxWriteDisable()
86 Spi1ReadWriteByte(0x90); in W25qxxReadID()
87 Spi1ReadWriteByte(0x00); in W25qxxReadID()
88 Spi1ReadWriteByte(0x00); in W25qxxReadID()
89 Spi1ReadWriteByte(0x00); in W25qxxReadID()
[all …]
/device/soc/st/stm32f407zg/uniproton/board/driver/spi/
Dspi.c54 Spi1ReadWriteByte(0xff); in Spi1Init()
65 u8 Spi1ReadWriteByte(u8 txData) in Spi1ReadWriteByte() function
Dspi.h38 u8 Spi1ReadWriteByte(u8 txData);