|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Macros | |
| #define | mp_hal_pin_obj_t mp_obj_t |
| #define | mp_hal_get_pin_obj(pin) (pin) |
| #define | mp_hal_pin_read(pin) mp_virtual_pin_read(pin) |
| #define | mp_hal_pin_write(pin, v) mp_virtual_pin_write(pin, v) |
Functions | |
| int | mp_hal_stdin_rx_chr (void) |
| void | mp_hal_stdout_tx_str (const char *str) |
| void | mp_hal_stdout_tx_strn (const char *str, size_t len) |
| void | mp_hal_stdout_tx_strn_cooked (const char *str, size_t len) |
| void | mp_hal_delay_ms (mp_uint_t ms) |
| void | mp_hal_delay_us (mp_uint_t us) |
| mp_uint_t | mp_hal_ticks_ms (void) |
| mp_uint_t | mp_hal_ticks_us (void) |
| mp_uint_t | mp_hal_ticks_cpu (void) |
| #define mp_hal_pin_read | ( | pin | ) | mp_virtual_pin_read(pin) |
| #define mp_hal_pin_write | ( | pin, | |
| v | |||
| ) | mp_virtual_pin_write(pin, v) |
| void mp_hal_delay_ms | ( | mp_uint_t | ms | ) |
| void mp_hal_delay_us | ( | mp_uint_t | us | ) |
| int mp_hal_stdin_rx_chr | ( | void | ) |
| void mp_hal_stdout_tx_str | ( | const char * | str | ) |
| void mp_hal_stdout_tx_strn | ( | const char * | str, |
| size_t | len | ||
| ) |
| void mp_hal_stdout_tx_strn_cooked | ( | const char * | str, |
| size_t | len | ||
| ) |
| mp_uint_t mp_hal_ticks_cpu | ( | void | ) |
| mp_uint_t mp_hal_ticks_ms | ( | void | ) |
| mp_uint_t mp_hal_ticks_us | ( | void | ) |