Go to the source code of this file.
◆ nile_mcu_native_mcu_get_info_sync()
| int16_t nile_mcu_native_mcu_get_info_sync |
( |
void __far * | buffer, |
|
|
uint16_t | buflen ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_get_save_id_sync()
| int16_t nile_mcu_native_mcu_get_save_id_sync |
( |
uint16_t | domain, |
|
|
uint32_t __wf_cram * | value ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_get_uuid_sync()
| int16_t nile_mcu_native_mcu_get_uuid_sync |
( |
void __far * | buffer, |
|
|
uint16_t | buflen ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_get_version_sync()
| int16_t nile_mcu_native_mcu_get_version_sync |
( |
void __far * | buffer, |
|
|
uint16_t | buflen ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_reg_read_sync()
| int16_t nile_mcu_native_mcu_reg_read_sync |
( |
uint16_t | addr | ) |
|
|
inlinestatic |
◆ nile_mcu_native_mcu_reg_write_sync()
| int16_t nile_mcu_native_mcu_reg_write_sync |
( |
uint16_t | addr, |
|
|
uint16_t | value ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_set_save_id_sync()
| int16_t nile_mcu_native_mcu_set_save_id_sync |
( |
uint16_t | domain, |
|
|
uint32_t | value ) |
|
inlinestatic |
◆ nile_mcu_native_mcu_spi_set_speed_sync()
| int16_t nile_mcu_native_mcu_spi_set_speed_sync |
( |
uint8_t | speed | ) |
|
|
inlinestatic |
Tell the MCU to operate at a specific SPI speed.
This does not actually change the speed used by the cartridge by itself!
Definition at line 40 of file system.h.
◆ nile_mcu_native_mcu_switch_mode()
| int16_t nile_mcu_native_mcu_switch_mode |
( |
uint8_t | mode | ) |
|
|
inlinestatic |
Switch the mode in which the MCU is operating.
Definition at line 31 of file system.h.