|
NinjaFlight
|
#include <stdbool.h>
Go to the source code of this file.
Typedefs | |
| typedef void | extiCallbackHandlerFunc (void) |
Functions | |
| void | systemInit (void) |
| void | usleep (uint32_t us) |
| uint32_t | micros (void) |
| uint32_t | millis (void) |
| void | failureMode (uint8_t mode) |
| void | systemReset (void) |
| void | systemResetToBootloader (void) |
| bool | isMPUSoftReset (void) |
| void | enableGPIOPowerUsageAndNoiseReductions (void) |
| void | registerExtiCallbackHandler (int irqn, extiCallbackHandlerFunc *fn) |
| void | unregisterExtiCallbackHandler (int irqn, extiCallbackHandlerFunc *fn) |
Variables | |
| uint32_t | hse_value |
| uint32_t | cachedRccCsrValue |
| typedef void extiCallbackHandlerFunc(void) |
| enum failureMode_e |
| void enableGPIOPowerUsageAndNoiseReductions | ( | void | ) |

| void failureMode | ( | uint8_t | mode | ) |
| bool isMPUSoftReset | ( | void | ) |
| uint32_t micros | ( | void | ) |
| uint32_t millis | ( | void | ) |
| void registerExtiCallbackHandler | ( | int | irqn, |
| extiCallbackHandlerFunc * | fn | ||
| ) |

| void systemInit | ( | void | ) |

| void systemReset | ( | void | ) |
| void systemResetToBootloader | ( | void | ) |

| void unregisterExtiCallbackHandler | ( | int | irqn, |
| extiCallbackHandlerFunc * | fn | ||
| ) |
| void usleep | ( | uint32_t | us | ) |

| uint32_t cachedRccCsrValue |
| uint32_t hse_value |