Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
buzzer_t Struct Reference

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.
 

Detailed Description

Represents the buzzer device handle.

Definition at line 39 of file buzzer.h.

Field Documentation

◆ htim

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().

◆ tim_channel

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().


The documentation for this struct was generated from the following file: