Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c38 const musical_buzzer_notation_t *notation; member
46 …const musical_buzzer_notation_t *notation = &rmt_buzzer->notation[rmt_buzzer->next_notation_index]; in update_notation_freq_duration() local
49 notation_code.duration0 = rmt_buzzer->counter_clk_hz / notation->note_freq_hz / 2; in update_notation_freq_duration()
52 …rmt_set_tx_loop_count(rmt_buzzer->channel, notation->note_duration_ms * notation->note_freq_hz / 1… in update_notation_freq_duration()
58 static esp_err_t buzzer_play(musical_buzzer_t *buzzer, const musical_buzzer_notation_t *notation, u… in buzzer_play() argument
63 BUZZER_CHECK(notation, "notation can't be null", err, ESP_ERR_INVALID_ARG); in buzzer_play()
66 rmt_buzzer->notation = notation; in buzzer_play()
/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/main/
Dmusical_buzzer_example_main.c22 static const musical_buzzer_notation_t notation[] = { variable
62 ESP_ERROR_CHECK(buzzer->play(buzzer, notation, sizeof(notation) / sizeof(notation[0]))); in app_main()
/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/include/
Dmusical_buzzer.h58 …esp_err_t (*play)(musical_buzzer_t *buzzer, const musical_buzzer_notation_t *notation, uint32_t no…
/hal_espressif-3.4.0/examples/peripherals/rmt/musical_buzzer/
DREADME.md54 … music from your buzzer. You can also play other music by updating the `notation` array in the `mu…
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/
Dversions.rst30 This notation selects the latest version of ``esptool.py``, greater than or equal to ``v4.0.1``, bu…
/hal_espressif-3.4.0/tools/kconfig/
Dkconfig-language.txt82 This is a shorthand notation for a type definition plus a value.