Home
last modified time | relevance | path

Searched refs:dummyByte (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c125 uint8_t dummyByte; member
279 (void)memset_s(cmd, len, resource->dummyByte, len); in HalSpiRecv()
430 resource->dummyByte = HCS_PROP(node, dummyByte); \
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_unittest_utils/src/
H A Dmedialibrary_unittest_utils.cpp338 char dummyByte = '\0'; // A dummy byte to be written in writeBytesToFile() local
341 if (write(fd, &dummyByte, sizeof(char)) == -1) { in writeBytesToFile()