EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
This file contains EZRadio HAL.
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no obligation to support this Software. Silicon Labs is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.
Silicon Labs will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.
Definition in file ezradio_hal.c.
#include <stdlib.h>
#include <stdint.h>
#include "em_gpio.h"
#include "em_prs.h"
#include "spidrv.h"
#include "gpiointerrupt.h"
#include "ezradiodrv_config.h"
#include "ezradio_hal.h"
Go to the source code of this file.
Functions | |
void | ezradio_hal_AssertShutdown (void) |
void | ezradio_hal_ClearNsel (void) |
void | ezradio_hal_DeassertShutdown (void) |
void | ezradio_hal_GpioInit (GPIOINT_IrqCallbackPtr_t ezradioIrqCallback, bool enablePTI) |
uint8_t | ezradio_hal_NirqLevel (void) |
void | ezradio_hal_SetNsel (void) |
void | ezradio_hal_SpiInit (void) |
void | ezradio_hal_SpiReadByte (uint8_t *readByte) |
void | ezradio_hal_SpiReadData (uint8_t byteCount, uint8_t *pData) |
void | ezradio_hal_SpiWriteByte (uint8_t byteToWrite) |
void | ezradio_hal_SpiWriteData (uint8_t byteCount, uint8_t *pData) |
void | ezradio_hal_SpiWriteReadData (uint8_t byteCount, uint8_t *txData, uint8_t *rxData) |