APM:Libraries
Classes | Functions
HAL_ChibiOS_Class.h File Reference
#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"
Include dependency graph for HAL_ChibiOS_Class.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ get_main_thread()

thread_t* get_main_thread ( void  )

Definition at line 126 of file HAL_ChibiOS_Class.cpp.

Referenced by ChibiOS::Scheduler::in_main_thread().

Here is the caller graph for this function:

◆ hal_chibios_set_priority()

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().

Here is the caller graph for this function: