APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | eicu_lld_invert_polarity(eicup, channel) (eicup)->tim->CCER ^= ((uint16_t)(STM32_TIM_CCER_CC1P << ((channel) * 4))) |
Variables | |
const AP_HAL::HAL & | hal |
#define eicu_lld_invert_polarity | ( | eicup, | |
channel | |||
) | (eicup)->tim->CCER ^= ((uint16_t)(STM32_TIM_CCER_CC1P << ((channel) * 4))) |
Definition at line 27 of file SoftSigReaderInt.cpp.
Referenced by ChibiOS::SoftSigReaderInt::_irq_handler().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.