MCPcopy Create free account
hub / github.com/FastLED/FastLED / __am_hal_systick_count

Function __am_hal_systick_count

src/platforms/apollo3/clockless_apollo3.h:37–39  ·  view source on GitHub ↗

Code taken from Ambiq Micro's am_hal_systick.c and converted to inline static for speed @brief Get the current count value in the SYSTICK. This function gets the current count value in the systick timer. @return Current count value.

Source from the content-addressed store, hash-verified

35//
36//*****************************************************************************
37__attribute__ ((always_inline)) inline static u32 __am_hal_systick_count() {
38 return SysTick->VAL;
39}
40
41#define FL_CLOCKLESS_CONTROLLER_DEFINED 1
42

Callers 2

writeBitsMethod · 0.85
showRGBInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected