![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
fsl_spi_hal.c implements spi HAL Layer interfaces. More...
#include "fsl_spi_hal.h"
Go to the source code of this file.
Functions | |
void | spi_hal_enable (uint32 instance) |
void | spi_hal_disable (uint32 instance) |
fsl_spi_hal.c implements spi HAL Layer interfaces.
File: fsl_spi_hal.c
Copyright (c) 2014, Freescale Semiconductor, Inc.
Definition in file fsl_spi_hal.c.
void spi_hal_disable | ( | uint32 | instance | ) |
Definition at line 31 of file fsl_spi_hal.c.
Referenced by spi_master_adapter_stop().
void spi_hal_enable | ( | uint32 | instance | ) |
Definition at line 21 of file fsl_spi_hal.c.
Referenced by spi_master_adapter_start().