Searched refs:rwFlag (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-trace-other-lastwords.md | 14 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf); 37 | rwFlag | 读写标记,0为写,1为读 |
|
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/ |
H A D | audio_codec_base.c | 491 uint16_t rwFlag, uint8_t *regs, struct I2cMsg *msgs) in CodecI2cMsgFill() argument 500 if (rwFlag != 0 && rwFlag != I2C_FLAG_READ) { in CodecI2cMsgFill() 501 AUDIO_DRIVER_LOG_ERR("invalid rwFlag value: %d.", rwFlag); in CodecI2cMsgFill() 510 if (rwFlag == 0) { // write in CodecI2cMsgFill() 547 uint16_t rwFlag) in CodecI2cTransfer() argument 557 if (i2cTransferParam == NULL || regAttr == NULL || rwFlag > 1) { in CodecI2cTransfer() 566 if (rwFlag == I2C_FLAG_READ) { in CodecI2cTransfer() 569 ret = CodecI2cMsgFill(i2cTransferParam, regAttr, rwFlag, regs, msgs); in CodecI2cTransfer() 581 if (rwFlag == I2C_FLAG_READ) { in CodecI2cTransfer()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/ |
H A D | spi_service.h | 23 uint8_t rwFlag; /**< the msg read write flag */ member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_core.c | 161 if ((userMsg->rwFlag & SPI_USER_MSG_READ) == SPI_USER_MSG_READ) { in SpiMsgsRwProcess() 165 if ((userMsg->rwFlag & SPI_USER_MSG_WRITE) == SPI_USER_MSG_WRITE) { in SpiMsgsRwProcess()
|
H A D | spi_if_u.c | 64 userMsg.rwFlag |= SPI_USER_MSG_READ; in SpiMsgWriteArray() 69 userMsg.rwFlag |= SPI_USER_MSG_WRITE; in SpiMsgWriteArray()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-trace-other-lastwords.md | 12 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf); 70 ….2.3.1.1 "><p id="p115031241361"><a name="p115031241361"></a><a name="p115031241361"></a>rwFlag</p>
|