KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Flags for the flashrom_ispcfg_t struct More...
Macros | |
#define | FLASHROM_ISP_DIAL_AREACODE (1 << 0) |
Dial area code before number. | |
#define | FLASHROM_ISP_USE_PROXY (1 << 1) |
Proxy enabled. | |
#define | FLASHROM_ISP_PULSE_DIAL (1 << 2) |
Pulse dialing (instead of tone) | |
#define | FLASHROM_ISP_BLIND_DIAL (1 << 3) |
Blind dial (don't wait for tone) | |
Flags for the flashrom_ispcfg_t struct
The flags field of the flashrom_ispcfg_t will have some combination of these ORed together to represent what settings were set.
#define FLASHROM_ISP_BLIND_DIAL (1 << 3) |
Blind dial (don't wait for tone)
#define FLASHROM_ISP_DIAL_AREACODE (1 << 0) |
Dial area code before number.
#define FLASHROM_ISP_PULSE_DIAL (1 << 2) |
Pulse dialing (instead of tone)
#define FLASHROM_ISP_USE_PROXY (1 << 1) |
Proxy enabled.