Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c39 uint32_t notation_length; member
58 …play(musical_buzzer_t *buzzer, const musical_buzzer_notation_t *notation, uint32_t notation_length) in buzzer_play() argument
68 rmt_buzzer->notation_length = notation_length; in buzzer_play()
99 if (rmt_buzzer->next_notation_index < rmt_buzzer->notation_length) { in rmt_tx_loop_end()