Lines Matching refs:function
44 … mode, the ThreadX timer A will have 30 ticks remaining. The expiration function for ThreadX timer…
75 **TX_LOW_POWER_TIMER_SETUP** is a macro invoking user-defined function that sets up a low power tim…
77 > Note: The number of ThreadX ticks is the input to this function. The frequency of a ThreadX timer…
88 /* Low power timer function prototype. */
105 A macro invoking a user-defined function that configures the processor for entering low power mode …
118 /* Low power enter function prototype. */
132 A macro invoking a user-defined function that configures the processor for exiting low power mode (…
145 /* Low power exit function prototype. */
165 A macro invoking a user-defined function to determine how much time has elapsed while in low power …
182 /* Low power timer adjust function prototype. */
227 …_POWER_TIMER_SETUP** and **TX_LOW_POWER_USER_ENTER** are called in this function to allow the user…
291 …his function to allow the user to configure the hardware to exit low power mode. Macro **TX_LOW_PO…
335 …is function increments the current time by a specified value. The value was derived by the applica…
345 …is function increments the current time by a specified value. The value was derived by the applica…