Searched refs:rb_read_byte (Results 1 – 1 of 1) sorted by relevance
| /bsp/renesas/ra6m3-hmi-board/board/ports/audio/ |
| A D | pwm_audio.c | 148 static rt_err_t rb_read_byte(ringbuf_handle_t rb, uint8_t *outdata) in rb_read_byte() function 520 rb_read_byte(rb, &wave_l); in cb_timer2() 521 rb_read_byte(rb, &wave_h); in cb_timer2() 528 if (RT_EOK == rb_read_byte(rb, &wave_h)) in cb_timer2() 558 rb_read_byte(rb, &wave_l); in cb_timer2() 559 rb_read_byte(rb, &wave_h); 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() 591 rb_read_byte(rb, &wave_h); in cb_timer2() [all …]
|
Completed in 5 milliseconds