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/ |
D | musical_buzzer_rmt.c | 38 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/ |
D | musical_buzzer_example_main.c | 22 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/ |
D | musical_buzzer.h | 58 …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/ |
D | README.md | 54 … 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/ |
D | versions.rst | 30 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/ |
D | kconfig-language.txt | 82 This is a shorthand notation for a type definition plus a value.
|