KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
ISP Config Flags

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ FLASHROM_ISP_BLIND_DIAL

#define FLASHROM_ISP_BLIND_DIAL   (1 << 3)

Blind dial (don't wait for tone)

◆ FLASHROM_ISP_DIAL_AREACODE

#define FLASHROM_ISP_DIAL_AREACODE   (1 << 0)

Dial area code before number.

◆ FLASHROM_ISP_PULSE_DIAL

#define FLASHROM_ISP_PULSE_DIAL   (1 << 2)

Pulse dialing (instead of tone)

◆ FLASHROM_ISP_USE_PROXY

#define FLASHROM_ISP_USE_PROXY   (1 << 1)

Proxy enabled.