cc110x-netdev.h

Variables for the cc110x netdev interface.

struct netdev_cc110x netdev_cc110x_t

cc110x netdev struct

struct netdev_radio_rx_info netdev_cc110x_rx_info_t

Received packet status information for cc110x radios.

const netdev.h::netdev_driver_t netdev_cc110x_driver

Implementation of netdev_driver_t for CC110X device.

int netdev_cc110x_setup(cc110x-netdev.h::netdev_cc110x_t * netdev_cc110x, const cc110x.h::cc110x_params_t * params)

netdev <-> cc110x glue code initialization function

Parameters

netdev_cc110x:ptr to netdev_cc110x struct ti initialize
params:cc110x IO parameter struct to use

Return values

  • 0 on success
  • -1 on error
struct netdev_cc110x

cc110x netdev struct

netdev.h::netdev_t netdev

writing obious

cc110x.h::cc110x_t cc110x

documentation here