FXTH87xx11 and FXTH87xx12 Embedded Firmware User Guide, Rev. 2.1
32
Freescale Semiconductor, Inc.
Firmware Functions
•
Returns
:
— void
3.2.28
void TPMS_RF_SET_TX(UINT8 u8BufferSize)
•
Description:
This function allows the RFM to transmit data previously loaded in the buffer. It
should be called after the RF module has been enabled and configured.
•
Stack size:
3 bytes
•
Approx. Duration:
12 usec
•
Power Management:
This function executes entirely in RUN mode.
•
Interrupt Management:
This function does not await any interrupts. It will not be affected by
interrupts.
•
Resources:
RFM
•
Input Parameters:
— UINT8 u8BufferSize: Number of bits in the buffer -1 (for example, to transmit one bit,
u8BufferSize should equal 0).
•
Returns
:
— void
Table 23. Description of Element 0 in the u16RFParam Array
Bits
Description
15:8
Prescaler value. Described in Data Sheet as RFCR0.
7
End Of Message- If ‘1’, EOM is set, if ‘0’, it’s not set.
6
Polarity Bit - If ‘1’, polarity is inverted, If ‘0’, it is non-inverted.
5:4
Not used.
2:3
Encoding value - Refer to the product spec for more information.
1
Frequency selection - If ‘1’, RFM is configured for 434 MHz, if ‘0’, it is configured for 315 MHz.
0
Modulation - If ‘1’, RFM is configured for FSK, if ‘0’ it is configured for OOK.