Searched refs:beep (Results 1 - 6 of 6) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_traffic_sample.c | 45 unsigned char beep = 0; in TrafficControlModeSample() local 80 if (beep == BEEP_OFF) { in TrafficControlModeSample() 81 beep = BEEP_ON; in TrafficControlModeSample() 85 beep = BEEP_OFF; in TrafficControlModeSample()
|
H A D | app_demo_config.c | 122 * unsigned char beep_status: 0/1, 0:beep off, 1:beep on 451 void SetBeepOperation(unsigned char beep) in SetBeepOperation() argument 453 unsigned char bp = beep; in SetBeepOperation() 464 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigned char beep) in SetBeepStatus() argument 469 SetBeepOperation(beep); in SetBeepStatus() 474 SetBeepOperation(beep); in SetBeepStatus() 479 SetBeepOperation(beep); in SetBeepStatus() 1632 IoTPwmStart(HI_PWM0, PWM_LOW_DUTY, PWM_FULL_DUTY); // 关闭beep in OledTrafficReturnModeShow()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_traffic_sample.c | 45 unsigned char beep = 0; in TrafficControlModeSample() local 80 if (beep == BEEP_OFF) { in TrafficControlModeSample() 81 beep = BEEP_ON; in TrafficControlModeSample() 85 beep = BEEP_OFF; in TrafficControlModeSample()
|
H A D | app_demo_config.c | 150 * unsigned char beep_status: 0/1, 0:beep off, 1:beep on 479 void SetBeepOperation(unsigned char beep) in SetBeepOperation() argument 481 unsigned char bp = beep; in SetBeepOperation() 492 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigned char beep) in SetBeepStatus() argument 497 SetBeepOperation(beep); in SetBeepStatus() 502 SetBeepOperation(beep); in SetBeepStatus() 507 SetBeepOperation(beep); in SetBeepStatus() 1660 IoTPwmStart(HI_PWM0, PWM_LOW_DUTY, PWM_FULL_DUTY); // 关闭beep in OledTrafficReturnModeShow()
|
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/ |
H A D | app_demo_traffic_sample.c | 45 unsigned char beep = 0; in TrafficControlModeSample() local 80 if (beep == BEEP_OFF) { in TrafficControlModeSample() 81 beep = BEEP_ON; in TrafficControlModeSample() 85 beep = BEEP_OFF; in TrafficControlModeSample()
|
H A D | app_demo_config.c | 122 * unsigned char beep_status: 0/1, 0:beep off, 1:beep on 451 void SetBeepOperation(unsigned char beep) in SetBeepOperation() argument 453 unsigned char bp = beep; in SetBeepOperation() 464 void SetBeepStatus(int cnt, unsigned char beepStatus, unsigned char beep) in SetBeepStatus() argument 469 SetBeepOperation(beep); in SetBeepStatus() 474 SetBeepOperation(beep); in SetBeepStatus() 479 SetBeepOperation(beep); in SetBeepStatus() 1632 IoTPwmStart(HI_PWM0, PWM_LOW_DUTY, PWM_FULL_DUTY); // 关闭beep in OledTrafficReturnModeShow()
|
Completed in 9 milliseconds