![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
Init functions. More...
#include "mlib.h"
#include "gflib.h"
#include "gdflib.h"
#include "gmclib.h"
#include "MC33927.h"
#include "MKV10Z7.h"
#include "arm_cm0.h"
#include "fsl_device_registers.h"
#include "hwconfig.h"
#include "fsl_sim_hal_MKV10Z7.h"
#include "fsl_clock_manager.h"
#include "Fsl_mcg_hal.h"
#include "fsl_adc16_hal.h"
#include "fsl_ftm_hal.h"
#include "fsl_port_hal.h"
#include "fsl_gpio_hal.h"
#include "fsl_interrupt_manager.h"
#include "fsl_dspi_hal.h"
#include "fsl_uart_hal.h"
#include "fsl_pdb_hal.h"
Go to the source code of this file.
Data Structures | |
struct | tADC_CALIB |
Functions | |
void | MCU_init (void) |
void | Clock_init (void) |
void | FTM0_init (void) |
void | FTM1_init (void) |
void | FTM2_init (void) |
void | SPI0_init (void) |
void | GPIO_init (void) |
void | MC33927_config (void) |
int | ADC0_init (void) |
void | PDB_init (void) |
void | UART1_init (void) |
unsigned char | SPI_Send (unsigned char) |
void | MC33927_readStatus (void) |
void | FTM0_SetDutyCycle (int16) |
void | FTM0_SetPwmOutput (int16 sector) |
struct tADC_CALIB |
int ADC0_init | ( | void | ) |
void Clock_init | ( | void | ) |
void FTM0_init | ( | void | ) |
void FTM0_SetDutyCycle | ( | int16 | ) |
void FTM0_SetPwmOutput | ( | int16 | sector | ) |
void FTM1_init | ( | void | ) |
void FTM2_init | ( | void | ) |
void GPIO_init | ( | void | ) |
void MC33927_config | ( | void | ) |
void MC33927_readStatus | ( | void | ) |
void MCU_init | ( | void | ) |
void PDB_init | ( | void | ) |
void SPI0_init | ( | void | ) |
< TCF status/interrupt enable
< EOQF status/interrupt enable
< TFUF status/interrupt enable
< TFFF status/interrupt enable
< RFOF status/interrupt enable
< TCF status/interrupt disable
< EOQF status/interrupt disable
< TFUF status/interrupt disable
< TFFF status/interrupt disable
< RFOF status/interrupt disable
< RFDF status/interrupt disable
unsigned char SPI_Send | ( | unsigned | char | ) |
void UART1_init | ( | void | ) |
< 8-bit data characters
< parity disabled
< UART continues to operate normally
< Internal loop back mode.
< The idle-line wakes UART receiver from standby
<Idle character bit count starts after start bit.