...
Clk_SignalClk()
...
Files
...
clk.h/clk.c
...
...
Prototype
...
class | Code_Listing |
---|
...
rowspan | 5 |
---|
...
Arguments
...
p_err
Pointer to variable that will receive the return error code from this function:
...
...
CLK_ERR_NONE
...
CLK_OS_ERR_SIGNAL
...
Returned Values
...
Required Configuration
Anchor
CLK_CFG_EXT_EN
is DEF_DISABLED
and CLK_CFG_SIGNAL_EN
is DEF_ENABLED
in clk_cfg.h
(see section 3-1-1), this function must be periodically called by application/BSP functions in order to increment the internal clock ticker. CLK_CFG_SIGNAL_FREQ_HZ
must be configured to the number of times this function gets called every second.anchorNotes / Warnings
...
None. Anchor
Example Usage
...
class | Code_Listing |
---|
...
rowspan | 8 |
---|
...