mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
76bdfcc9d9
Here is a case how to use arg: If application need do the ADC conversion as the same frequency and phase of PWM, he can pass a semaphore as arg and then PWM driver will post the semaphore in he start point of every period. Signed-off-by: zhangchengqi <zhangchengqi@xiaomi.com>