|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <AP_HAL_Empty/AP_HAL_Empty_Namespace.h>#include <AP_HAL_ChibiOS/AP_HAL_ChibiOS_Namespace.h>#include "hwdef/common/halconf.h"#include <stdio.h>#include "ch.h"#include "hal.h"#include "hrt.h"Go to the source code of this file.
Classes | |
| class | HAL_ChibiOS |
Functions | |
| void | hal_chibios_set_priority (uint8_t priority) |
| thread_t * | get_main_thread (void) |
| thread_t* get_main_thread | ( | void | ) |
Definition at line 126 of file HAL_ChibiOS_Class.cpp.
Referenced by ChibiOS::Scheduler::in_main_thread().
| void hal_chibios_set_priority | ( | uint8_t | priority | ) |
Definition at line 113 of file HAL_ChibiOS_Class.cpp.
Referenced by ChibiOS::Scheduler::boost_end(), set_high_priority(), and THD_FUNCTION().
1.8.13