► ISF | |
► Bus_Manager | |
► Include | |
bm_internal.h | ISF bus management internal header file |
bm_timer.h | Bus managment internal header file |
fsl_pit_driver.h | fsl_pit_driver.h defines structures and types for the PIT driver |
fsl_pit_features.h | |
fsl_pit_hal.h | |
isf_fsl_TU_PEx.h | |
► Source | |
bm_timer.c | |
bus_management.c | Implements the ISF bus management functionality. This file is internal ISF code |
fsl_pit_driver.c | fsl_pit_driver.c implements the PIT driver |
fsl_pit_hal.c | |
fsl_pit_irq.c | |
isf_fsl_TU_PEx.c | isf_fsl_TU_PEx.c implements PEx properties and event. Its also implements LDD overriding events |
► Command_Interpreter | |
► Include | |
ci_protocol_mbox.h | Command interpreter header file for the legacy mailbox protocol |
ci_protocol_stream.h | Command Interpreter (CI) stream protocol header file |
crc.h | CRC header file |
isf_ci_protocol.h | Command Interpreter (CI) Protocol header file |
isf_ci_stream.h | ISF Command Interpreter (CI) stream protocol header file |
task_ci.h | Command interpreter task header file. This file is internal ISF code |
► Source | |
ci_protocol_mbox.c | Command interpreter source file that implements the legacy mailbox protocol functionality |
ci_protocol_stream.c | Stream protocol source file that implemments the streaming functionality |
crc.c | |
isf_ci_protocol.c | Command Interpreter (CI) protocol file containing the protocol routing table |
task_ci.c | Command Interpreter (CI) task source file that implements the top level CI protocol features and functionality. This file is internal ISF code |
► Core | |
► Include | |
isf.h | Main ISF header file. Contains code common to all ISF components |
isf_bm.h | API definitions, types, and macros for the Intelligent Sensing Framework (ISF) Bus Manager (BM) |
isf_ci.h | API definitions, types, and macros for the Intelligent Sensing Framework (ISF) Command Interpreter (CI) |
isf_comm.h | isf_comm.h defines the common types for the Communications Service Family of the Intelligent Sensing Framework (ISF) |
isf_devmsg.h | isf_devmsg.h defines the API definitions and types for the Intelligent Sensing (ISF) Device Messaging (DM) component |
isf_dsa_adapter.h | |
isf_dsa_direct.h | |
isf_dsa_direct_types.h | |
isf_dsa_utils.h | |
isf_fifo.h | |
isf_init.h | The isf_init.h file contains the task initialization attributes required for initialization of the following ISF tasks:
|
isf_pm.h | Isf_pm.h describes the API definitions, types, and macros for the Intelligent Sensing Framework (ISF) Power Manager (PM) |
isf_sensor_configuration.h | The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) sensor drivers and the external declarations of the currently supported sensor drivers |
isf_sensor_configuration_extern.h | The isf_sensor_configuration_extern.h contains external declarations referenced by the Sensor Manager for the Digital Sensor Abstration (DSA) implementation |
isf_sensor_types.h | The isf_sensor_types.h contains the enumerated list of sensor types used by ISF |
isf_sm_api.h | The isf_sm_api.h contains the collection of APIs for the Sensor Manager as well as related defines and data structures required |
isf_sm_types.h | The isf_sm_types.h contains the collection of type definitions used in the Sensor Manager Interface as well as related defines and data structures required |
isf_sysconf_comms_extern.h | System Communications channel configuration |
isf_target.h | ISF board support header files |
isf_types.h | The isf_types.h file contains the ISF data type definitions and some of the globally used macros |
isf_user_config.h | The isf_user_config.h file contains the user configurable settings to either include or exclude an ISF component |
isf_util.h | The isf_util.h file contains the utility method declarations and macros |
pm_internal.h | Power management header file |
version.h | Version information |
► Source | |
isf.c | Internal Isf library configuration |
isf_dsa_direct.c | |
isf_dsa_utils.c | |
isf_fifo.c | |
isf_init.c | The isf_init.c file contains implementation of the ISF library initialization functions |
isf_sensor_configuration.c | The isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA) sensor drivers and static definition of individual sensor-specific settings |
isf_util.c | |
pm.c | Implements the ISF power management |
► ProtocolAdapter | |
► Include | |
fsl_i2c_hal.h | fsl_i2c_hal.h defines structures and types for the i2c master HAL layer |
fsl_i2c_master_driver.h | fsl_i2c_master_driver.h defines structures and types for the i2c master driver |
fsl_spi_hal.h | fsl_spi_hal.h defines structures and types for the spi master HAL layer |
fsl_spi_master_driver.h | fsl_spi_master_driver.h defines structures and types for the spi master driver |
fsl_uart_driver.h | fsl_uart_driver.h defines structures and types for the i2c master driver |
fsl_uart_hal.h | fsl_uart_hal.h defines structures and types for the i2c master HAL layer |
isf_fsl_i2c_PEx.h | |
isf_fsl_spi_master_PEx.h | |
isf_fsl_uart_PEx.h | |
isf_i2c_master_adapter.h | isf_i2c_master_adapter.h defines the API definitions and types for the i2c master protocol adapter |
isf_i2c_master_types.h | isf_i2c_master_types.h defines the i2c master protocol adapter structure and types |
isf_protocol_adapter.h | isf_protocol_adapter.h defines the general interface definition for the protocol adapter |
isf_spi_master_adapter.h | isf_spi_master_adapter.h defines the API definitions and types for the spi master protocol adapter |
isf_spi_master_types.h | isf_spi_master_types.h defines the spi protocol adapter structure and types |
isf_sysconf_comms.h | This file defines the system configuration for the communication channel |
isf_sysconf_types.h | This file defines the configuration types and structures for the system communication channel |
isf_uart_adapter.h | isf_uart_adapter.h defines the API definitions and types for the uart protocol adapter |
isf_uart_types.h | isf_uart_types.h defines the uart protocol adapter structure and types |
► Source | |
fsl_i2c_hal.c | fsl_i2c_hal.c implements i2c HAL Layer interfaces |
fsl_i2c_master_driver.c | fsl_i2c_master_driver.c implements i2c master driver layer |
fsl_spi_hal.c | fsl_spi_hal.c implements spi HAL Layer interfaces |
fsl_spi_master_driver.c | fsl_spi_master_driver.c implements spi master driver layer |
fsl_uart_common_configurations.c | fsl_uart_common_configurations.c implements UART HAL Layer interfaces |
fsl_uart_driver.c | fsl_uart_driver.c implements uart driver layer |
isf_device_messaging.c | isf_device_messaging.c implements device messaging interfaces |
isf_dm_protocol.c | |
isf_fsl_i2c_PEx.c | isf_fsl_i2c_PEx.c implements PEx properties and event. Its also implements LDD overriding events |
isf_fsl_spi_master_PEx.c | isf_fsl_spi_master_PEx.c implements PEx properties and event. Its also implements LDD overriding events |
isf_fsl_uart_PEx.c | isf_fsl_uart_PEx.c implements PEx properties and event. Its also implements LDD overriding events |
isf_i2c_master_adapter.c | isf_i2c_master_adapter.c implements i2c master protocol adapter |
isf_spi_master_adapter.c | isf_spi_master_adapter.c implements spi protocol adapter |
isf_sysconf_comms.c | System Communications channel configuration |
isf_uart_adapter.c | isf_uart_adapter.c implements uart protocol adapter |
► RLI | |
► Include | |
isf_rli.h | |
► Source | |
isf_rli.c | |
rli_project.c | rli_Project.c is an embedded application written using the ISF to demonstrate the functionality of the rli I2C magnetometer sensor |
► SensorFusion | |
Ac_Fixed_utils.c | |
Ac_Fixed_utils.h | |
approximations.c | |
approximations.h | |
basic_types.h | |
build.h | The build.h file contains the static configuration for the Sensor Fusion based Virtual Orientation sensor adapter |
fusion.c | |
fusion.h | |
fusion_config.h | The fusion_config.h file contains additional static configuration for the Sensor Fusion based Virtual Orientation sensor adapter |
fusion_exec.c | |
fusion_exec.h | |
fusion_externs.h | |
fusion_types.h | |
magnetic.c | |
magnetic.h | |
magnetic_config.h | |
math_constants.h | |
matrix.c | |
matrix.h | |
orientation.c | |
orientation.h | |
sensor_data_types.h | |
► SensorGeneric | |
isf_accelerometer_types.h | The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generic accelerometer fixed and floating point interface |
isf_altitude_types.h | The isf_altitude_types.h file contains the ISF data type definitions for use with the ISF generic altitude fixed and floating point interface |
isf_gyrometer_types.h | The isf_gyrometer_types.h file contains the ISF data type definitions for use with the ISF generic gyrometer fixed and floating point interface |
isf_magnetometer_types.h | The isf_magnetometer_types.h file contains the ISF data type definitions for use with the ISF generic magnetometer fixed and floating point interface |
isf_orientation_types.h | |
isf_pressure_types.h | The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pressure fixed and floating point interface |
isf_sensor_base_types.h | The isf_sensor_base_types.h file contains declarations for the general base types used in the isf sensor type-specific header files |
isf_sensors.h | isf_sensors.h contains the ISF Generic Sensor definitions and data structures required when a client task accesses accelerometer sensor data via the Sensor Manager API |
isf_temperature_types.h | The isf_temperature_fixed_t.h file contains the ISF data type definitions for use with the ISF generic temperature fixed and floating point interface |
► SensorSpecific | |
fsl_fusion_virt_3D_orient.c | The orientation sensor adapter is a virtual adapter that uses sensor fusion algorithms to compute orientation data using accelerometer, magnetomer and gyrometer data. Multiple fusion algorithms are available to which each require different combinations of these sensors. A tilt algorithm can compute pitch and roll from only accelerometer data. An automotive compass algorithm computes magnetic heading from only magnetometer data A rotation algorithm computes pitch, roll, and yaw from only gyro data. A tilt-compensated Ecompass algorithm computes pitch, roll and magnetic heading from accel + mag data A gaming handset algorithm computes pitch, roll, and yaw from accel + gyro data A gyro-stabilized Compass computes pitch, roll, and magnetic heading from accel + mag + gyro data |
fsl_fusion_virt_3D_orient.h | |
fsl_fxas21002_i2cspi_3D_gyro.c | The FXAS21002 is a 3-axis Angular Rate Gyroscope from Freescale that supports both I2C and SPI protocols. This source file implements the interface for the FXAS21002 Sensor Adapter. It uses Device Messaging (DM), which abstracts away the differences between the I2C and SPI protocols, to communicate with the device. This choice is made via the system communication file, isf_sysconf_comms.c. This file also uses the Bus Manager (BM) to schedule a periodic callback for reading new sensor data and sending the data to the Sensor Manager (SM) |
fsl_fxas21002_i2cspi_3D_gyro.h | The fsl_fxas21002_i2cspi_3D_gyro.h file contains the definitions and functions supporting the FXAS21002 Sensor Adapter |
fsl_fxls8471_i2cspi_3D_accel.c | |
fsl_fxls8471_i2cspi_3D_accel.h | The fsl_fxls8471_i2cspi_3D_accel.h file contains the definitions and functions supporting the MMA8652 Sensor adapter header file |
fsl_fxos8700_i2cspi_6D_AccMag.c | The FXOS8700 is a 6-axis consumer combo device that includes an accelerometer and magnetometer from Freescale that supports both I2C and SPI protocols. This source file implements the interface for the FXOS8700 Sensor Adapter. It uses Device Messaging (DM), which abstracts away the differences between the I2C and SPI protocols, to communicate with the device. This choice is made via the system communication file, isf_sysconf_comms.c. This file also uses the Bus Manager (BM) to schedule a periodic callback for reading new sensor data and sending the data to the Sensor Manager (SM) |
fsl_fxos8700_i2cspi_6D_AccMag.h | The fsl_fxos8700_i2cspi_6D_AccMag.h file contains the definitions and functions supporting the FXOS8700 Sensor adapter header file |
fsl_mag3110_i2c_3D_mag.c | MAG3110 Sensor Adapter header file |
fsl_mag3110_i2c_3D_mag.h | The fsl_mag3110_i2c_3D_mag.h file contains the definitions and functions supporting the MAG3110 Sensor Adapter header file |
fsl_mma865x_i2c_3D_accel.c | |
fsl_mma865x_i2c_3D_accel.h | The fsl_mma865x_i2c_3D_accel.h file contains the definitions and functions supporting the MMA865x Sensor adapter header file |
fsl_mpl3115_i2c_1D_press.c | |
fsl_mpl3115_i2c_1D_press.h | The fsl_mpl3115_i2c_1D_press.h file contains the definitions and functions supporting the MMA8652 Sensor adapter header file |
fxas21002.h | The fxas21002.h file contains the FXAS21002 Magnetometer register definitions, access macros, and device access functions |
fxls8471.h | The fxls8471.h contains the FXLS8471 Accelerometer register definitions, access macros, and device access functions |
fxos8700.h | The fxos8700.h file describes the FXOS8700 register definition and its bit mask |
mag3110.h | The mag3110.h contains the MAG3110 Magnetometer register definitions, access macros, and device access functions |
mma865x.h | The mma865x.h contains the MMA865x Accelerometer register definitions, access macros, and device access functions |
mpl3115.h | The mpl3115.h contains the MPL3115 Pressure sensor register definitions, access macros, and device access functions |
App1.c | |
App1.h | |
App1_types.h | |
BM_pit_instance.h | |
BM_pit_instance_tbl.h | |
BMTimer1.c | This TimerUnit component provides a low level API for unified hardware access across various timer devices using the Prescaler-Counter-Compare-Capture timer structure |
BMTimer1.h | This TimerUnit component provides a low level API for unified hardware access across various timer devices using the Prescaler-Counter-Compare-Capture timer structure |
CommChannelConfig1.c | |
CommChannelConfig1.h | |
FXAS21002_1.c | |
FXAS21002_1.h | |
FXLS8471_1.c | |
FXLS8471_1.h | |
FXOS8700_1.c | |
FXOS8700_1.h | |
I2C_CH1.c | |
I2C_CH1.h | |
ISFBusManager1.c | |
ISFBusManager1.h | |
ISFCore1.c | |
ISFCore1.h | |
MAG3110_1.c | |
MAG3110_1.h | |
MMA865x_1.c | |
MMA865x_1.h | |
MPL3115_1.c | |
MPL3115_1.h | |
MQX1.c | MQX Lite RTOS Adapter component |
MQX1.h | MQX Lite RTOS Adapter component |
ORIENT_1.c | |
ORIENT_1.h | |
Protocol1.c | |
Protocol1.h | |
RLI1.c | |
RLI1.h | |
Serial_ISF_UART1.c | This component "Serial_LDD" implements an asynchronous serial communication. The component supports different settings of parity, word width, stop-bit and communication speed, user can select interrupt or polling handler. Communication speed can be changed also in runtime. The component requires one on-chip asynchronous serial communication channel |
Serial_ISF_UART1.h | This component "Serial_LDD" implements an asynchronous serial communication. The component supports different settings of parity, word width, stop-bit and communication speed, user can select interrupt or polling handler. Communication speed can be changed also in runtime. The component requires one on-chip asynchronous serial communication channel |
SPI_CH1.c | |
SPI_CH1.h | |
UART_CH1.c | |
UART_CH1.h | |
Vectors_Config.h | |