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   BIT(0)
 Dial area code before number.
 
#define FLASHROM_ISP_USE_PROXY   BIT(1)
 Proxy enabled.
 
#define FLASHROM_ISP_PULSE_DIAL   BIT(2)
 Pulse dialing (instead of tone)
 
#define FLASHROM_ISP_BLIND_DIAL   BIT(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   BIT(3)

Blind dial (don't wait for tone)

◆ FLASHROM_ISP_DIAL_AREACODE

#define FLASHROM_ISP_DIAL_AREACODE   BIT(0)

Dial area code before number.

◆ FLASHROM_ISP_PULSE_DIAL

#define FLASHROM_ISP_PULSE_DIAL   BIT(2)

Pulse dialing (instead of tone)

◆ FLASHROM_ISP_USE_PROXY

#define FLASHROM_ISP_USE_PROXY   BIT(1)

Proxy enabled.