PicoSDK
timer_hw_t::armed
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
timer_hw_t::armed
timer_hw_t::armed field
Syntax
Show:
Summary
Declaration
from
timer.h:56
io_rw_32
armed
;
Examples
References
from
examples
Code
Location
Referrer
io_rw_32
armed
;
timer.h:56
timer_hw_from_timer
(
timer
)
->
armed
=
1u
<
<
alarm_num
;
time_adapter.h:49
ta_enable_irq_handler()
if
(
!
(
timer
->
armed
&
1u
<
<
alarm_num
)
)
{
timer.c:236
timer_hardware_alarm_set_target()
timer
->
armed
=
1u
<
<
alarm_num
;
timer.c:247
timer_hardware_alarm_set_target()
timer
->
armed
=
1u
<
<
alarm_num
;
timer.c:274
timer_hardware_alarm_cancel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_hw_t::armed
is written by 3 functions and is read by 1 function:
ta_enable_irq_handler()
timer_hardware_alarm_set_target()
timer_hardware_alarm_cancel()
All items filtered out
timer_hw_t::armed
timer_hardware_alarm_set_target()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out