Searched refs:byte (Results 1 - 3 of 3) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_scdc.c | 56 static int32_t HdmiScdcReadByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcReadByte() argument 58 return HdmiScdcRead(scdc, offset, byte, sizeof(*byte)); in HdmiScdcReadByte() 61 static int32_t HdmiScdcWriteByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcWriteByte() argument 63 return HdmiScdcWrite(scdc, offset, byte, sizeof(*byte)); in HdmiScdcWriteByte()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.cpp | 305 int32_t byte; 306 while ((byte = getc(in)) != EOF) { 308 byte) < 0) {
|
/drivers/hdf_core/framework/sample/platform/uart/include/ |
H A D | uart_pl011_sample.h | 210 static inline void UartPl011Write(struct UartRegisterMap *regMap, uint8_t byte) in UartPl011Write() argument 213 regMap->dr = byte; in UartPl011Write()
|
Completed in 2 milliseconds