unleashed-firmware/applications/external/dtmf_dolphin/dtmf_dolphin_event.h
2023-03-15 01:25:18 +03:00

21 lines
No EOL
551 B
C

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