ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ISFBusManager1 module documentation

Functions

void Timer_IRQHandler (void)
 
void isr_bm_callback_tmr (void *dummy)
 
void bm_timer_init (void)
 

Variables

uint32 bmPITInstance = ISF_BM_PIT_INSTANCE
 
uint32 bmRolloverPeriod = BM_ROLLOVER_PERIOD
 

Detailed Description

Function Documentation

void bm_timer_init ( void  )

Definition at line 49 of file ISFBusManager1.c.

References Timer_IRQHandler().

Referenced by bm_init().

Here is the call graph for this function:

Here is the caller graph for this function:

void isr_bm_callback_tmr ( void *  dummy)
void Timer_IRQHandler ( void  )

Definition at line 57 of file ISFBusManager1.c.

References ISF_BM_PIT_CHANNEL_NO, ISF_BM_PIT_INSTANCE, and isr_bm_callback_tmr().

Referenced by bm_timer_init().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

uint32 bmPITInstance = ISF_BM_PIT_INSTANCE

Definition at line 43 of file ISFBusManager1.c.

uint32 bmRolloverPeriod = BM_ROLLOVER_PERIOD

Definition at line 44 of file ISFBusManager1.c.

Referenced by bm_find_smallest_active_period().