bsp_bcc.c File Reference

Board Controller Communications (BCC) definitions. More...

#include <string.h>
#include "em_device.h"
#include "em_cmu.h"
#include "em_gpio.h"
#include "bsp.h"
#include <stdbool.h>
#include "bspconfig.h"
#include "em_usart.h"
Include dependency graph for bsp_bcc.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int BSP_BccDeInit (void)
 Deinitialize board controller communication support (BCC) functionality.
int BSP_BccInit (void)
 Initialize board controller communication support (BCC) functionality.
bool BSP_BccPacketReceive (BCP_Packet *pkt)
 Get a packet from the board controller.
int BSP_BccPacketSend (BCP_Packet *pkt)
 Send a packet to the board controller.
void BSP_BccPinsEnable (bool enable)
 Enable GPIO pins for the USART/LEUART used for board communication.

Detailed Description

Board Controller Communications (BCC) definitions.

Version:
4.0.0

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file bsp_bcc.c.