![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include <bm_internal.h>
Definition at line 77 of file bm_internal.h.
BM_VOLATILE uint32 cb_events[BM_PIPELINE_STAGES] |
Definition at line 85 of file bm_internal.h.
Referenced by bm_init(), bm_start(), and isr_bm_callback_tmr().
BM_VOLATILE int32 cb_list_cur_cnt |
Definition at line 79 of file bm_internal.h.
Referenced by bm_find_cb(), bm_find_smallest_active_period(), bm_get_num_callback(), bm_init(), bm_register_periodic_callback(), bm_reset_period(), bm_sort_cb_list(), bm_start(), bm_stop(), bm_unregister_callback(), and bm_update_cb_list().
BM_VOLATILE bm_callback_token_t cb_token_active_mask |
Definition at line 81 of file bm_internal.h.
Referenced by bm_active_cb_query(), bm_find_smallest_active_period(), bm_init(), bm_powerdown(), bm_start(), bm_stop(), bm_unregister_callback(), bm_update_cb_list(), and task_bm().
BM_VOLATILE bm_callback_token_t cb_token_registered_mask |
Definition at line 80 of file bm_internal.h.
Referenced by bm_generate_token(), bm_init(), bm_register_periodic_callback(), bm_start(), bm_stop(), and bm_unregister_callback().
BM_VOLATILE uint32 pipeline_index |
Definition at line 84 of file bm_internal.h.
Referenced by bm_init(), bm_start(), and isr_bm_callback_tmr().
BM_VOLATILE uint32 time_keeper_usec |
Definition at line 83 of file bm_internal.h.
Referenced by bm_powerdown(), bm_start(), bm_update_cb_list(), and isr_bm_callback_tmr().