![]() |
MOS Source Code
|
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <avr/io.h>#include <avr/interrupt.h>#include <avr/sleep.h>Go to the source code of this file.
Functions | |
| int | app_main (int argc, const char **argv) |
| int | uart_putchar (char c, FILE *stream) |
| int | uart_getchar (FILE *stream) |
| void | abort (void) |
| int | main (void) |
Variables | |
| struct { | |
| uint8_t argc | |
| char args [3][16] | |
| } | g_args |
| FILE | uart_str = FDEV_SETUP_STREAM(uart_putchar, uart_getchar, _FDEV_SETUP_RW) |
| static char | g_malloc_heap [8192] |
| uint32_t | __bss_end |
| uint8_t argc |
Definition at line 15 of file avr_io.c.
Referenced by app_main(), main(), main(), mos_test_engine_setup_skip_prefix_list(), platform_context_setup_main_thread(), and process_do_execveat().
| char args[3][16] |
Definition at line 16 of file avr_io.c.
Referenced by mos::create(), Slab< T >::create(), FormatImpl::do_next_print(), do_syslog(), FormatImpl::first_arg(), FormatImpl::first_n_args(), FormatImpl::get_slice(), HardFaultHandler(), lprintk(), lvprintk(), mos::make_shared(), mos_kwarn(), parse_printf_flags(), Preformatted< M, Args >::Preformatted(), FormatImpl::Formatter< __spec >::Print(), FormatImpl::print_literal(), FormatImpl::print_m(), printk(), FormatImpl::rest_args(), FormatImpl::rest_args_from(), rpc_arg_next(), rpc_simple_call(), rpc_simple_callv(), snprintf(), sprintf(), sysfs_printf(), test_engine_warning_handler(), vsnprintf(), and vsnprintf().
| struct { ... } g_args |
Referenced by main(), main(), and uart_xon_hook().
| FILE uart_str = FDEV_SETUP_STREAM(uart_putchar, uart_getchar, _FDEV_SETUP_RW) |