ezradio_plugin_manager.c File Reference
This file contains the plug-in manager for the EZRadio and.
License
Copyright 2018 Silicon Laboratories Inc. www.silabs.com
The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code.
Definition in file
ezradio_plugin_manager.c
.
#include <stddef.h>
#include <stdio.h>
#include <stdbool.h>
#include "
em_gpio.h
"
#include "
gpiointerrupt.h
"
#include "
ustimer.h
"
#include "ezradio_cmd.h"
#include "ezradio_prop.h"
#include "
ezradio_hal.h
"
#include "
ezradio_api_lib.h
"
#include "ezradio_api_lib_add.h"
#include "
ezradio_plugin_manager.h
"
Functions |
|
void | ezradioInit ( EZRADIODRV_Handle_t handle) |
Radio Initialization.
|
|
Ecode_t | ezradioPluginManager ( EZRADIODRV_Handle_t radioHandle) |
EzRadio plugin manager state machine handler. This function should be called in the application in an infinite loop, in order to manage the EzRadio plug-ins properly.
|
|
void | ezradioResetTRxFifo (void) |
Resets both the TX and RX FIFOs.
|
|