KETCube
Functions | Variables
ketCube_radio.c File Reference

This file contains the ketCube Radio driver. More...

#include "radio.h"
#include "ketCube_cfg.h"
#include "ketCube_radio.h"
#include "ketCube_gpio.h"
#include "ketCube_spi.h"
#include "ketCube_terminal.h"
#include "sx1276Regs-Fsk.h"

Functions

ketCube_cfg_DrvError_t ketCube_Radio_InitDriver (void)
 Set-UP Radio before sleep enter. More...
 
ketCube_cfg_DrvError_t ketCube_Radio_Init (void)
 Initializes the Radio hardware. More...
 
ketCube_cfg_DrvError_t ketCube_Radio_DeInit (void)
 Deinitializes the Radio hardware. More...
 
ketCube_cfg_DrvError_t ketCube_Radio_SleepEnter (void)
 Set-UP Radio befere sleep enter. More...
 
ketCube_cfg_DrvError_t ketCube_Radio_SleepExit (void)
 Set-UP radio after sleep exit. More...
 

Variables

static volatile bool initialized = FALSE
 

Detailed Description

This file contains the ketCube Radio driver.

Author
Jan Belohoubek
Version
alpha
Date
2019-12-09
Attention

© Copyright (c) 2018 University of West Bohemia in Pilsen All rights reserved.

Developed by: The SmartCampus Team Department of Technologies and Measurement www.smartcampus.cz | www.zcu.cz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.

Variable Documentation

◆ initialized

volatile bool initialized = FALSE
static