| 
    Appiko
    
   | 
 
Functions | |
| uint8_t | S2LPFifoReadNumberBytesRxFifo (void) | 
| Return the number of elements in the Rx FIFO.  More... | |
| uint8_t | S2LPFifoReadNumberBytesTxFifo (void) | 
| Return the number of elements in the Tx FIFO.  More... | |
| void | S2LPFifoSetAlmostFullThresholdRx (uint8_t cThrRxFifo) | 
| Set the almost full threshold for the Rx FIFO. When the number of elements in RX FIFO reaches this value an interrupt can be generated to the MCU.  More... | |
| uint8_t | S2LPFifoGetAlmostFullThresholdRx (void) | 
| Return the almost full threshold for RX FIFO.  More... | |
| void | S2LPFifoSetAlmostEmptyThresholdRx (uint8_t cThrRxFifo) | 
| Set the almost empty threshold for the Rx FIFO. When the number of elements in RX FIFO reaches this value an interrupt can be generated to the MCU.  More... | |
| uint8_t | S2LPFifoGetAlmostEmptyThresholdRx (void) | 
| Return the almost empty threshold for Rx FIFO.  More... | |
| void | S2LPFifoSetAlmostFullThresholdTx (uint8_t cThrTxFifo) | 
| Set the almost full threshold for the Tx FIFO. When the number of elements in TX FIFO reaches this value an interrupt can be generated to the MCU.  More... | |
| uint8_t | S2LPFifoGetAlmostFullThresholdTx (void) | 
| Return the almost full threshold for Tx FIFO.  More... | |
| void | S2LPFifoSetAlmostEmptyThresholdTx (uint8_t cThrTxFifo) | 
| Set the almost empty threshold for the Tx FIFO. When the number of elements in Tx FIFO reaches this value an interrupt can can be generated to the MCU.  More... | |
| uint8_t | S2LPFifoGetAlmostEmptyThresholdTx (void) | 
| Return the almost empty threshold for Tx FIFO.  More... | |
| void | S2LPFifoMuxRxFifoIrqEnable (SFunctionalState xNewState) | 
| Enable the Mux for the Rx FIFO IRQ. To be enabled when RX FIFO THRESHOLD is used.  More... | |
| uint8_t S2LPFifoGetAlmostEmptyThresholdRx | ( | void | ) | 
| None. | 
| uint8_t | Almost empty threshold for Rx FIFO. | 
Definition at line 194 of file S2LP_Fifo.c.
References g_xStatus.
| uint8_t S2LPFifoGetAlmostEmptyThresholdTx | ( | void | ) | 
| None. | 
| uint8_t | Almost empty threshold for Tx FIFO. | 
Definition at line 276 of file S2LP_Fifo.c.
References g_xStatus.
| uint8_t S2LPFifoGetAlmostFullThresholdRx | ( | void | ) | 
| None. | 
| uint8_t | Almost full threshold for Rx FIFO. | 
Definition at line 156 of file S2LP_Fifo.c.
References g_xStatus.
| uint8_t S2LPFifoGetAlmostFullThresholdTx | ( | void | ) | 
| None. | 
| uint8_t | Almost full threshold for Tx FIFO. | 
Definition at line 236 of file S2LP_Fifo.c.
References g_xStatus.
| void S2LPFifoMuxRxFifoIrqEnable | ( | SFunctionalState | xNewState | ) | 
| uint8_t S2LPFifoReadNumberBytesRxFifo | ( | void | ) | 
| None. | 
| uint8_t | Number of elements in the Rx FIFO. | 
Definition at line 102 of file S2LP_Fifo.c.
References g_xStatus.
| uint8_t S2LPFifoReadNumberBytesTxFifo | ( | void | ) | 
| None. | 
| uint8_t | Number of elements in the Tx FIFO. | 
Definition at line 116 of file S2LP_Fifo.c.
References g_xStatus.
| void S2LPFifoSetAlmostEmptyThresholdRx | ( | uint8_t | cThrRxFifo | ) | 
| cThrRxFifo | almost empty threshold. This parameter is an uint8_t. | 
| None. | 
Definition at line 173 of file S2LP_Fifo.c.
| void S2LPFifoSetAlmostEmptyThresholdTx | ( | uint8_t | cThrTxFifo | ) | 
| cThrTxFifo | almost empty threshold. This parameter is an uint8_t. | 
| None. | 
Definition at line 253 of file S2LP_Fifo.c.
| void S2LPFifoSetAlmostFullThresholdRx | ( | uint8_t | cThrRxFifo | ) | 
| cThrRxFifo | almost full threshold. This parameter is an uint8_t. | 
| None. | 
Definition at line 133 of file S2LP_Fifo.c.
| void S2LPFifoSetAlmostFullThresholdTx | ( | uint8_t | cThrTxFifo | ) | 
| cThrTxFifo | almost full threshold. This parameter is an uint8_t. | 
| None. | 
Definition at line 213 of file S2LP_Fifo.c.
 1.8.15