ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
BM_pit_instance.h File Reference

header for current pit instance. More...

#include "BMTIMER1.h"
Include dependency graph for BM_pit_instance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISF_BM_PIT_INSTANCE   FSL_BMTIMER1
 
#define ISF_BM_PIT_CHANNEL_NO   FSL_BMTIMER1_CHANNEL
 
#define ISF_BM_PIT_INSTANCER   (clockMan1_InitConfig4)
 
#define BM_PIT_SCALER   (24)
 
#define BM_PIT_SOURCE_CLK   (24000000)
 
#define BM_ROLLOVER_PERIOD   (0x100000000/BM_PIT_SCALER)
 

Detailed Description

header for current pit instance.

Definition in file BM_pit_instance.h.

Macro Definition Documentation

#define BM_PIT_SCALER   (24)

Definition at line 19 of file BM_pit_instance.h.

#define BM_PIT_SOURCE_CLK   (24000000)

Definition at line 20 of file BM_pit_instance.h.

#define BM_ROLLOVER_PERIOD   (0x100000000/BM_PIT_SCALER)

Definition at line 21 of file BM_pit_instance.h.

#define ISF_BM_PIT_CHANNEL_NO   FSL_BMTIMER1_CHANNEL

Definition at line 17 of file BM_pit_instance.h.

Referenced by bm_powerdown(), bm_start(), isr_bm_callback_tmr(), and Timer_IRQHandler().

#define ISF_BM_PIT_INSTANCE   FSL_BMTIMER1

Definition at line 16 of file BM_pit_instance.h.

Referenced by bm_powerdown(), bm_start(), isr_bm_callback_tmr(), and Timer_IRQHandler().

#define ISF_BM_PIT_INSTANCER   (clockMan1_InitConfig4)

Definition at line 18 of file BM_pit_instance.h.