Searched refs:ch (Results 1 – 12 of 12) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
D | oled_ssd1306.h | 43 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
|
D | oled_ssd1306.c | 162 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/ |
D | oled_ssd1306.h | 45 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
D | oled_ssd1306.h | 46 void OledShowChar(uint8_t x, uint8_t y, uint8_t ch, Font font);
|
D | oled_ssd1306.c | 158 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/ |
D | ssd1306_tests.c | 98 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/ |
D | ssd1306_tests.c | 98 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/ |
D | ssd1306.h | 153 char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color);
|
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/ |
D | README.md | 46 | char ssd1306_DrawChar(char ch, FontDef Font, SSD1306_COLOR color) | 在屏幕缓冲区绘制1个字符 |
|
/vendor/hisilicon/hispark_pegasus/demo/uart_demo/ |
D | README.md | 128 …zlrjn+L5mnJ/5+h/%0ATAxzxxPLPe8tz+82r+Ha7ZbiHLpqYMnvLUuPDwAAgHU7rb18e+jD69h+ch/0%0A5+qndr9KUlWwNfGn…
|
/vendor/hihope/Hi3861/uart_demo/ |
D | README.md | 128 …zlrjn+L5mnJ/5+h/%0ATAxzxxPLPe8tz+82r+Ha7ZbiHLpqYMnvLUuPDwAAgHU7rb18e+jD69h+ch/0%0A5+qndr9KUlWwNfGn…
|
/vendor/hisilicon/watchos/patches/ |
D | hi3516dv300.patch | 15140 + 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 …]
|