Functions | |
| __STATIC_INLINE void | Cy_SysAnalog_TimerEnable (PASS_Type *base) |
| Enable the analog subsystem timer in configured by Cy_SysAnalog_DeepSleepInit mode. More... | |
| __STATIC_INLINE void | Cy_SysAnalog_TimerDisable (PASS_Type *base) |
| Disable the analog subsystem timer. More... | |
| __STATIC_INLINE void | Cy_SysAnalog_TimerSetPeriod (PASS_Type *base, uint32_t periodVal) |
| Sets the analog subsystem timer period. More... | |
| __STATIC_INLINE uint32_t | Cy_SysAnalog_TimerGetPeriod (const PASS_Type *base) |
| Returns the analog subsystem timer period. More... | |
| __STATIC_INLINE void Cy_SysAnalog_TimerEnable | ( | PASS_Type * | base | ) |
Enable the analog subsystem timer in configured by Cy_SysAnalog_DeepSleepInit mode.
| base | Pointer to the PASS register structure. |
| __STATIC_INLINE void Cy_SysAnalog_TimerDisable | ( | PASS_Type * | base | ) |
Disable the analog subsystem timer.
| base | Pointer to the PASS register structure. |
| __STATIC_INLINE void Cy_SysAnalog_TimerSetPeriod | ( | PASS_Type * | base, |
| uint32_t | periodVal | ||
| ) |
Sets the analog subsystem timer period.
| base | Pointer to the PASS register structure. |
| periodVal | the period value. Actual timer period equals periodVal + 1. |
| __STATIC_INLINE uint32_t Cy_SysAnalog_TimerGetPeriod | ( | const PASS_Type * | base | ) |
Returns the analog subsystem timer period.
| base | Pointer to the PASS register structure. |