Home
last modified time | relevance | path

Searched refs:wave_h (Results 1 – 1 of 1) sorted by relevance

/bsp/renesas/ra6m3-hmi-board/board/ports/audio/
A Dpwm_audio.c507 static uint8_t wave_h, wave_l; in cb_timer2() local
521 rb_read_byte(rb, &wave_h); in cb_timer2()
522 value = ((wave_h << 8) | wave_l); in cb_timer2()
528 if (RT_EOK == rb_read_byte(rb, &wave_h)) in cb_timer2()
530 ledc_set_left_duty_fast(wave_h);/**< set the PWM duty */ in cb_timer2()
559 rb_read_byte(rb, &wave_h); in cb_timer2()
560 value = ((wave_h << 8) | wave_l); in cb_timer2()
566 if (RT_EOK == rb_read_byte(rb, &wave_h)) in cb_timer2()
585 rb_read_byte(rb, &wave_h); in cb_timer2()
586 rb_read_byte(rb, &wave_h); in cb_timer2()
[all …]

Completed in 5 milliseconds