PicoSDK
pools
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
pools
pools variable
Syntax
Show:
Summary
Declaration
from
time.c:62
static
alarm_pool_t
*
pools
[
TA_NUM_TIMERS
]
[
TA_NUM_TIMER_ALARMS
]
;
Examples
References
from
examples
Code
Location
Referrer
static
alarm_pool_t
*
pools
[
TA_NUM_TIMERS
]
[
TA_NUM_TIMER_ALARMS
]
;
time.c:62
alarm_pool_t
*
pool
=
pools
[
timer_num
]
[
timer_alarm_num
]
;
time.c:143
alarm_pool_irq_handler()
pools
[
ta_timer_num
(
timer
)
]
[
hardware_alarm_num
]
=
pool
;
time.c:285
alarm_pool_post_alloc_init()
assert
(
pools
[
ta_timer_num
(
pool
->
timer
)
]
[
pool
->
timer_alarm_num
]
==
pool
)
;
time.c:298
alarm_pool_destroy()
pools
[
ta_timer_num
(
pool
->
timer
)
]
[
pool
->
timer_alarm_num
]
=
NULL
;
time.c:299
alarm_pool_destroy()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pools
is read by 3 functions:
All items filtered out
pools
alarm_pool_irq_handler()
alarm_pool_post_alloc_init()
alarm_pool_destroy()
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