Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Direct RF Private Functions
[SPIRIT_DirectRf]
Functions | |
void | SpiritDirectRfSetRxMode (DirectRx xDirectRx) |
Sets the DirectRF RX mode of SPIRIT. | |
DirectRx | SpiritDirectRfGetRxMode (void) |
Returns the DirectRF RX mode of SPIRIT. | |
void | SpiritDirectRfSetTxMode (DirectTx xDirectTx) |
Sets the TX mode of SPIRIT. | |
DirectTx | SpiritDirectRfGetTxMode (void) |
Returns the DirectRF TX mode of SPIRIT. |
Function Documentation
DirectRx SpiritDirectRfGetRxMode | ( | void | ) |
Returns the DirectRF RX mode of SPIRIT.
- Parameters:
-
None.
- Return values:
-
DirectRx Direct Rx mode.
Definition at line 143 of file SPIRIT_DirectRF.c.
DirectTx SpiritDirectRfGetTxMode | ( | void | ) |
Returns the DirectRF TX mode of SPIRIT.
- Parameters:
-
None.
- Return values:
-
DirectTx Direct Tx mode.
Definition at line 187 of file SPIRIT_DirectRF.c.
void SpiritDirectRfSetRxMode | ( | DirectRx | xDirectRx ) |
Sets the DirectRF RX mode of SPIRIT.
- Parameters:
-
xDirectRx code of the desired mode. This parameter can be any value of DirectRx.
- Return values:
-
None.
Definition at line 118 of file SPIRIT_DirectRF.c.
void SpiritDirectRfSetTxMode | ( | DirectTx | xDirectTx ) |
Sets the TX mode of SPIRIT.
- Parameters:
-
xDirectTx code of the desired source. This parameter can be any value of DirectTx.
- Return values:
-
None.
Definition at line 162 of file SPIRIT_DirectRF.c.
Generated on Tue Jul 12 2022 15:14:31 by
