NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pwm_output.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pwmWriteMotor (uint8_t index, uint16_t value)
 
void pwmShutdownPulsesForAllMotors (uint8_t motorCount)
 
void pwmCompleteOneshotMotorUpdate (uint8_t motorCount)
 
void pwmStopMotors (bool oneshot)
 
void pwmWriteAllMotors (uint8_t motorCount, uint16_t mc, bool oneshot)
 
void pwmWriteServo (uint8_t index, uint16_t value)
 
bool isMotorBrushed (uint16_t motorPwmRate)
 
void pwmDisableMotors (void)
 
void pwmEnableMotors (void)
 

Function Documentation

bool isMotorBrushed ( uint16_t  motorPwmRate)
void pwmCompleteOneshotMotorUpdate ( uint8_t  motorCount)

Here is the call graph for this function:

void pwmDisableMotors ( void  )
void pwmEnableMotors ( void  )
void pwmShutdownPulsesForAllMotors ( uint8_t  motorCount)
void pwmStopMotors ( bool  oneshot)

Here is the call graph for this function:

void pwmWriteAllMotors ( uint8_t  motorCount,
uint16_t  mc,
bool  oneshot 
)

Here is the call graph for this function:

void pwmWriteMotor ( uint8_t  index,
uint16_t  value 
)
void pwmWriteServo ( uint8_t  index,
uint16_t  value 
)