Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_BISSM_STATE_T Struct Reference

#include <netx_drv_biss.h>

Collaboration diagram for DRV_BISSM_STATE_T:
Collaboration graph

Data Fields

bool fBusy
 
uint16_t usCycleCnt
 
DRV_BISSM_FRM_ERR_E eError
 
bool fSlaveRdy
 

Detailed Description

Global BiSS State Global BiSS status.

Definition at line 218 of file netx_drv_biss.h.

Field Documentation

DRV_BISSM_FRM_ERR_E DRV_BISSM_STATE_T::eError

BiSS frame error code of latest cycle

Definition at line 223 of file netx_drv_biss.h.

bool DRV_BISSM_STATE_T::fBusy

true: Master is running false: Master stopped, no BiSS frames are transmitted

Definition at line 220 of file netx_drv_biss.h.

bool DRV_BISSM_STATE_T::fSlaveRdy

true: SL is high (idle), master may start next BiSS frame false: SL is low (busy), BiSS timeout not yet reached

Definition at line 224 of file netx_drv_biss.h.

uint16_t DRV_BISSM_STATE_T::usCycleCnt

cycle counter

Definition at line 222 of file netx_drv_biss.h.


The documentation for this struct was generated from the following file: