Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 12 of 12) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
Doled_ssd1306.h43 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
Doled_ssd1306.c162 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar() argument
164 uint8_t c = ch - ' '; // 得到偏移后的值 in OledShowChar()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
Doled_ssd1306.h45 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
Doled_ssd1306.h46 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
Doled_ssd1306.c158 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font) in OledShowChar() argument
165 c = ch - ' '; // 得到偏移后的值 in OledShowChar()
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/examples/
Dssd1306_tests.c98 char ch = message[0]; in ssd1306_TestFPS() local
101 message[sizeof(message)-TWO] = ch; in ssd1306_TestFPS()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/examples/
Dssd1306_tests.c98 char ch = message[0]; in ssd1306_TestFPS() local
101 message[sizeof(message)-TWO] = ch; in ssd1306_TestFPS()
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/ssd1306/
Dssd1306.h153 char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color);
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
DREADME.md46 | char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color) | 在屏幕缓冲区绘制1个字符 |
/vendor/hisilicon/hispark_pegasus/demo/uart_demo/
DREADME.md128 …zlrjn+L5mnJ/5+h/%0ATAxzxxPLPe8tz+82r+Ha7ZbiHLpqYMnvLUuPDwAAgHU7rb18e+jD69h+ch/0%0A5+qndr9KUlWwNfGn…
/vendor/hihope/Hi3861/uart_demo/
DREADME.md128 …zlrjn+L5mnJ/5+h/%0ATAxzxxPLPe8tz+82r+Ha7ZbiHLpqYMnvLUuPDwAAgHU7rb18e+jD69h+ch/0%0A5+qndr9KUlWwNfGn…
/vendor/hisilicon/watchos/patches/
Dhi3516dv300.patch15140 + struct hiedmacv310_phy_chan *ch = NULL;
15145 + ch = &hiedmac->phy_chans[i];
15147 + spin_lock_irqsave(&ch->lock, flags);
15149 + if (!ch->serving) {
15150 + ch->serving = edmac_dma_chan;
15151 + spin_unlock_irqrestore(&ch->lock, flags);
15154 + spin_unlock_irqrestore(&ch->lock, flags);
15161 + return ch;
15211 + struct hiedmacv310_phy_chan *ch;
15212 + ch = hiedmac_get_phy_channel(hiedmac, edmac_dma_chan);
[all …]