Searched refs:beepStatus (Results 1 - 6 of 6) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_config.h | 98 unsigned char DelayAndFreshScreen(unsigned int delayTime, unsigned char beepStatus);
|
H A D | app_demo_config.c | 349 unsigned char beepStatus[2] = {0}; in OledLedLightHumanReckonShow() local 380 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_ON); in OledLedLightHumanReckonShow() 385 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 387 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_OFF); in OledLedLightHumanReckonShow() 392 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 464 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigne argument [all...] |
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_config.h | 108 unsigned char DelayAndFreshScreen(unsigned int delayTime, unsigned char beepStatus);
|
H A D | app_demo_config.c | 377 unsigned char beepStatus[2] = {0}; in OledLedLightHumanReckonShow() local 408 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_ON); in OledLedLightHumanReckonShow() 413 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 415 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_OFF); in OledLedLightHumanReckonShow() 420 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 492 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigne argument [all...] |
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | app_demo_config.h | 98 unsigned char DelayAndFreshScreen(unsigned int delayTime, unsigned char beepStatus);
|
H A D | app_demo_config.c | 349 unsigned char beepStatus[2] = {0}; in OledLedLightHumanReckonShow() local 380 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_ON); in OledLedLightHumanReckonShow() 385 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 387 ret = snprintf_s(beepStatus, sizeof(beepStatus), sizeof(beepStatus), "%d", BEEP_OFF); in OledLedLightHumanReckonShow() 392 beepStatus, OLED_DISPLAY_STRING_TYPE_1); /* 0, 7, xx, 1 */ in OledLedLightHumanReckonShow() 464 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigne argument [all...] |
Completed in 6 milliseconds