unleashed-firmware/applications/plugins/dtmf_dolphin/dtmf_dolphin_event.h

20 lines
No EOL
516 B
C

#pragma once
typedef enum {
DTMFDolphinEventVolumeUp = 0,
DTMFDolphinEventVolumeDown,
DTMFDolphinDialerOkCB,
DTMFDolphinEventStartDialer,
DTMFDolphinEventStartBluebox,
DTMFDolphinEventStartRedboxUS,
DTMFDolphinEventStartRedboxUK,
DTMFDolphinEventStartMisc,
DTMFDolphinEventPlayTones,
DTMFDolphinEventStopTones,
DTMFDolphinEventDMAHalfTransfer,
DTMFDolphinEventDMAFullTransfer,
} DTMFDolphinEvent;
typedef struct {
DTMFDolphinEvent type;
} DTMFDolphinCustomEvent;