Others
rt_port_read_flash
Prototype | int rt_port_read_flash(unsigned char* buf, unsigned int read_addr, unsigned int len) |
Description | Read FLASH data |
Input | buf: RAM buffer
read_addr: FLASH address
len: read length
|
Output | buf: data of len bytes length read |
Response | Success: RT_RES_SUCESS
Failure: RT_RES_ERROR
|
Remarks | / |
rt_port_watch_dog
Prototype | void rt_port_watch_dog(void) |
Description | Watchdog |
Input | / |
Output | / |
Response | / |
Remarks | / |
rt_port_reset_esim
Prototype | void rt_port_reset_esim(void) |
Description | Reset eSIM |
Input | |
Output | / |
Response | / |
Remarks | / |
rt_port_get_buffer
Prototype | void* rt_port_get_buffer(unsigned int *size) |
Description | Get global buffer of the system |
Input | / |
Output | size: byte size of the buffer |
Response | buffer pointer |
Remarks | / |