Home
last modified time | relevance | path

Searched refs:NUM (Results 1 - 9 of 9) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/pwmled_demo/
H A Dpwm_led_demo.c32 #define NUM 1 macro
42 while (NUM) { in PWMLedDemoTask()
44 for (int i = NUM; i <= RESOLUTION; i *= NUMBER) { in PWMLedDemoTask()
/vendor/hisilicon/hispark_pegasus/demo/adc_demo/
H A Dadc_demo.c32 #define NUM 1 macro
40 while (NUM) { in ADCLightTask()
/vendor/hisilicon/hispark_pegasus/demo/gpioled_demo/
H A Dled_example.c28 #define NUM 1 macro
39 while (NUM) { in GpioTask()
/vendor/hisilicon/hispark_pegasus/demo/i2caht20_demo/test/
H A Daht20_test.c28 #define NUM 1 macro
47 while (NUM) { in Aht20TestTask()
/vendor/hisilicon/hispark_pegasus/demo/gpiobutton_demo/
H A Dbutton_example.c29 #define NUM 1 macro
42 while (NUM) { in LedTask()
/vendor/hisilicon/hispark_pegasus/demo/i2caht20_demo/src/
H A Daht20.c40 #define NUM 8 macro
221 humiRaw = (humiRaw << NUM) | buffer[NUM_TWO]; in AHT20_GetMeasureResult()
226 tempRaw = (tempRaw << NUM) | buffer[NUM_FOUR]; in AHT20_GetMeasureResult()
227 tempRaw = (tempRaw << NUM) | buffer[NUM_FIVE]; in AHT20_GetMeasureResult()
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
H A Dmessage.c24 #define NUM 1 macro
42 while (NUM) { in sender_thread()
56 while (NUM) { in receiver_thread()
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/
H A Dmutex.c27 #define NUM 100 macro
36 if (osMutexAcquire(*mid, NUM) == osOK) { in number_thread()
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c26 #define NUM 1 macro
51 while (NUM) { in consumer_thread()

Completed in 3 milliseconds