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()
static void __wf_iram * sys_alloc_iram |
( |
void * | ptr, |
|
|
uint16_t | size ) |
|
inlinestatic |
◆ sys_free_iram()
static void sys_free_iram |
( |
void __wf_iram * | ptr | ) |
|
|
inlinestatic |
◆ sys_get_awake_key()
static uint16_t sys_get_awake_key |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_my_iram()
static void __wf_iram * sys_get_my_iram |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_ownerinfo()
void sys_get_ownerinfo |
( |
uint16_t | size, |
|
|
void __far * | data ) |
◆ sys_get_remote()
static uint8_t sys_get_remote |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_resume()
static uint16_t sys_get_resume |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_sleep_time()
static uint16_t sys_get_sleep_time |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_tick_count()
static uint16_t sys_get_tick_count |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_get_version()
static uint16_t sys_get_version |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_interrupt_reset_hook()
void sys_interrupt_reset_hook |
( |
uint8_t | id, |
|
|
intvector_t __far * | old_vector ) |
◆ sys_interrupt_set_hook()
◆ sys_set_awake_key()
static void sys_set_awake_key |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_keepalive_int()
static void sys_set_keepalive_int |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_remote()
static void sys_set_remote |
( |
uint8_t | value | ) |
|
|
inlinestatic |
◆ sys_set_resume()
static void sys_set_resume |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_set_sleep_time()
static void sys_set_sleep_time |
( |
uint16_t | value | ) |
|
|
inlinestatic |
◆ sys_sleep()
static void sys_sleep |
( |
void | | ) |
|
|
inlinestatic |
◆ sys_wait()
static void sys_wait |
( |
uint16_t | ticks | ) |
|
|
inlinestatic |