Go to the source code of this file.
◆ SYS_INT_CASETTE
#define SYS_INT_CASETTE 2 |
◆ SYS_INT_DISPLINE
#define SYS_INT_DISPLINE 4 |
◆ SYS_INT_HBLANK_COUNTUP
#define SYS_INT_HBLANK_COUNTUP 7 |
◆ SYS_INT_KEY
◆ SYS_INT_RECEIVEREADY
#define SYS_INT_RECEIVEREADY 3 |
◆ SYS_INT_SENDREADY
#define SYS_INT_SENDREADY 0 |
◆ SYS_INT_TIMER_COUNTUP
#define SYS_INT_TIMER_COUNTUP 5 |
◆ SYS_INT_VBLANK
◆ sys_alloc_iram()
void __wf_iram * sys_alloc_iram |
( |
void * | ptr, |
|
|
uint16_t | size ) |
|
inlinestatic |
◆ sys_free_iram()
void sys_free_iram |
( |
void __wf_iram * | ptr | ) |
|
|
inlinestatic |
◆ sys_get_awake_key()
uint16_t sys_get_awake_key |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_my_iram()
void __wf_iram * sys_get_my_iram |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_ownerinfo()
uint16_t sys_get_ownerinfo |
( |
uint16_t | size, |
|
|
void __far * | data ) |
Read the owner information from the internal EEPROM. To read the complete owner information, one can use the ownerinfo_t structure type.
- Parameters
-
size | Size of the output buffer, in bytes. |
data | Output buffer. |
- Returns
- ERR_SIO_OK on success, or ERR_SIO_TIMEOUT on internal EEPROM communication timeout.
◆ sys_get_remote()
uint8_t sys_get_remote |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_resume()
uint16_t sys_get_resume |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_sleep_time()
uint16_t sys_get_sleep_time |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_tick_count()
uint16_t sys_get_tick_count |
( |
void | | ) |
|
|
inlinestatic |
- Returns
- Number of frames elapsed since system start.
Definition at line 49 of file system.h.
◆ sys_get_version()
uint16_t sys_get_version |
( |
void | | ) |
|
|
inlinestatic |
- Returns
- Version of the installed BIOS.
Definition at line 187 of file system.h.
◆ sys_interrupt_reset_hook()
void sys_interrupt_reset_hook |
( |
uint8_t | id, |
|
|
intvector_t __far * | old_vector ) |
Unhook the given interrupt handler and disable the interrupt.
◆ sys_interrupt_set_hook()
Hook the given interrupt handler and enable the interrupt.
◆ sys_set_awake_key()
void sys_set_awake_key |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_keepalive_int()
void sys_set_keepalive_int |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_remote()
void sys_set_remote |
( |
uint8_t | value | ) |
|
|
inlinestatic |
◆ sys_set_resume()
void sys_set_resume |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_sleep_time()
void sys_set_sleep_time |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_sleep()
◆ sys_wait()
void sys_wait |
( |
uint16_t | ticks | ) |
|
|
inlinestatic |