![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
Represents the buzzer device handle. More...
#include <buzzer.h>
Data Fields | |
| TIM_HandleTypeDef * | htim |
| Pointer to the HAL timer handle controlling the buzzer. | |
| uint32_t | tim_channel |
| The specific timer channel connected to the buzzer. | |
| TIM_HandleTypeDef* buzzer_t::htim |
Pointer to the HAL timer handle controlling the buzzer.
Definition at line 40 of file buzzer.h.
Referenced by buzzer_init(), and musica_maestro().
| uint32_t buzzer_t::tim_channel |
The specific timer channel connected to the buzzer.
Definition at line 41 of file buzzer.h.
Referenced by buzzer_init(), and musica_maestro().