Here is a list of all documented functions with links to the documentation:
- a -
- akos_core_enter_critical() : core.h, core.c
- akos_core_exit_critical() : core.h, core.c
- akos_core_init() : core.h, core.c
- akos_core_run() : core.h, core.c
- akos_list_get_owner_of_next_item() : list.h, list.c
- akos_list_init() : list.h, list.c
- akos_list_insert() : list.h, list.c
- akos_list_insert_end() : list.h, list.c
- akos_list_item_get_next() : list.h, list.c
- akos_list_item_get_prev() : list.h, list.c
- akos_list_item_init() : list.h, list.c
- akos_list_remove() : list.h, list.c
- akos_memory_free() : memory.h, memory.c
- akos_memory_malloc() : memory.h, memory.c
- akos_message_free() : message.h, message.c
- akos_message_get_dynamic_data() : message.h, message.c
- akos_message_get_pure_data() : message.h, message.c
- akos_message_init() : message.h, message.c
- akos_message_queue_get() : message.h, message.c
- akos_message_queue_get_pure() : message.h, message.c
- akos_message_queue_init() : message.h, message.c
- akos_message_queue_put_dynamic() : message.h, message.c
- akos_message_queue_put_pure() : message.h, message.c
- akos_port_start_first_task() : port.c, port.h, port.c, port.h
- akos_port_systick_init_freq() : port.c, port.h, port.c, port.h
- akos_port_task_stack_init() : port.c, port.h, port.c, port.h
- akos_priority_get_current() : priority.h, priority.c
- akos_priority_get_highest() : priority.h, priority.c
- akos_priority_init() : priority.h, priority.c
- akos_priority_insert() : priority.h, priority.c
- akos_priority_remove() : priority.h, priority.c
- akos_thread_delay() : thread.h, thread.c
- akos_thread_get_app_thread_count() : thread.h, thread.c
- akos_thread_get_idle_thread_id() : thread.h, thread.c
- akos_thread_get_tick() : thread.h, thread.c
- akos_thread_get_timer_thread_id() : thread.h, thread.c
- akos_thread_increment_tick() : thread.h, thread.c
- akos_thread_post_msg_dynamic() : thread.h, thread.c
- akos_thread_post_msg_pure() : thread.h, thread.c
- akos_thread_register_static_threads() : thread.h, thread.c
- akos_thread_start() : thread.h, thread.c
- akos_thread_wait_for_msg() : thread.h, thread.c
- akos_timer_create() : timer.h, timer.c
- akos_timer_init() : timer.h, timer.c
- akos_timer_processing() : timer.h, timer.c
- akos_timer_remove() : timer.h, timer.c
- akos_timer_reset() : timer.h, timer.c
- akos_timer_start() : timer.h, timer.c
- p -