Diego Ostuni / ST25R3911
Embed: (wiki syntax)

« Back to documentation index

st25r3911StreamConfig Struct Reference

st25r3911StreamConfig Struct Reference
[ST25R3911_Driver]

#include <ST25R3911.h>

Data Fields

uint8_t useBPSK
uint8_t din
uint8_t dout
uint8_t report_period_length

Detailed Description

Parameters how the stream mode should work

Definition at line 122 of file ST25R3911.h.


Field Documentation

uint8_t din

the divider for the in subcarrier frequency: fc/2^din

Definition at line 124 of file ST25R3911.h.

uint8_t dout

the divider for the in subcarrier frequency fc/2^dout

Definition at line 125 of file ST25R3911.h.

the length of the reporting period 2^report_period_length

Definition at line 126 of file ST25R3911.h.

uint8_t useBPSK

0: subcarrier, 1:BPSK

Definition at line 123 of file ST25R3911.h.