![]() |
STM8L libraries for CR95HF 1.0
|
Modules | |
CR95HF_Transmission_Reception_Functions | |
CR95HF_Initialisation_Function | |
CR95HF_Add_data_to_Command_Function | |
CR95HF_Is_Functions | |
Functions | |
u8 | CR95HF_ISO15693_ComputeParameterByte_ProtocolSelect (u8 Bit7_6, u8 Bit5_4, u8 Bit3, u8 Bit2, u8 Bit1) |
This function computes the parameter byte for iso15693 protocol Select command, bit0 is forced to 1 to append CRC. |
u8 CR95HF_ISO15693_ComputeParameterByte_ProtocolSelect | ( | u8 | Bit7_6, |
u8 | Bit5_4, | ||
u8 | Bit3, | ||
u8 | Bit2, | ||
u8 | Bit1 | ||
) |
This function computes the parameter byte for iso15693 protocol Select command, bit0 is forced to 1 to append CRC.
Bit7_6,: | RFU |
Bit5_4,: | DataRate |
Bit3,: | Respect 312µs or wait for SOF |
Bit2,: | Modulation |
Bit1,: | Single or dual carrier |
parameterByte | : the parameter byte to transmit within the command |