Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_scdc.c56 …c int32_t HdmiScdcReadByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcReadByte()
61 … int32_t HdmiScdcWriteByte(const struct HdmiScdc *scdc, enum HdmiScdcsOffset offset, uint8_t *byte) in HdmiScdcWriteByte()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dbytecode_gen.cpp305 int32_t byte; in HexdumpOutput() local
/drivers/hdf_core/framework/sample/platform/uart/include/
Duart_pl011_sample.h210 static inline void UartPl011Write(struct UartRegisterMap *regMap, uint8_t byte) in UartPl011Write()