|
void | commonTimerGenerateLowPowerDelay (USS_SW_Library_configuration *config, uint16_t delay, USS_low_power_mode_option lpmMode) |
|
void | commonTimerConfigureTick (USS_SW_Library_configuration *config) |
|
void | commonTimerConfigureDelay (USS_SW_Library_configuration *config, uint16_t compareRegister, uint16_t delay) |
|
void | commonTimerConfigurePeriodMeasurement (USS_SW_Library_configuration *config, uint16_t delay1, uint16_t delay2) |
|
void | commonTimerPeriodMeasurementClear (USS_SW_Library_configuration *config) |
|
void | commonTimerPeriodMeasurementEnableInterrupts (USS_SW_Library_configuration *config) |
|
void | commonTimerPeriodMeasurementDisableInterrupts (USS_SW_Library_configuration *config) |
|
void | commonTimerPeriodMeasurementStart (USS_SW_Library_configuration *config) |
|
void | commonTimerPeriodMeasurementWaitEvent1 (USS_SW_Library_configuration *config, USS_low_power_mode_option lpmMode) |
|
void | commonTimerPeriodMeasurementWaitEvent2 (USS_SW_Library_configuration *config, USS_low_power_mode_option lpmMode) |
|
bool | commonTimerWaitTickEvent (USS_SW_Library_configuration *config, USS_low_power_mode_option lpmMode) |
|
void | commonClearCCFlagStart (USS_SW_Library_configuration *config, uint16_t compareControlReg) |
|
void | commonTimerStart (USS_SW_Library_configuration *config) |
|
void | commonTimerStop (USS_SW_Library_configuration *config) |
|
void | commonTimerClear (USS_SW_Library_configuration *config) |
|
void | commonTimerEnableInterrupt (USS_SW_Library_configuration *config, uint16_t compareControlReg) |
|
void | commonTimerDisableInterrupt (USS_SW_Library_configuration *config, uint16_t compareControlReg) |
|
bool | commonTimerPollInterruptFlag (USS_SW_Library_configuration *config) |
|
bool | commonTimerConfigureTimer (USS_SW_Library_configuration *config) |
|