NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sound_beeper.h File Reference
#include "gpio.h"
Include dependency graph for sound_beeper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  beeperConfig_s
 

Macros

#define BEEP_TOGGLE   do{} while(0)
 
#define BEEP_OFF   do {} while(0)
 
#define BEEP_ON   do {} while(0)
 

Typedefs

typedef struct beeperConfig_s beeperConfig_t
 

Functions

void initBeeperHardware (beeperConfig_t *config)
 
void beeperInit (beeperConfig_t *beeperConfig)
 
void systemBeep (bool onoff)
 

Macro Definition Documentation

#define BEEP_OFF   do {} while(0)
#define BEEP_ON   do {} while(0)
#define BEEP_TOGGLE   do{} while(0)

Typedef Documentation

Function Documentation

void beeperInit ( beeperConfig_t beeperConfig)

Here is the call graph for this function:

void initBeeperHardware ( beeperConfig_t config)

Here is the call graph for this function:

void systemBeep ( bool  onoff)