A N 6 9 2
62
Rev 0.4
Function Name:
void
vSpi_WriteDataSpi0
(U8 biDataInLength, U8 *pabiDataIn)
Description:
This function is used to send data over SPI0 no response expected.
Input Parameter(s):
biDataInLength : The length of the data.
*pabiDataIn : Pointer to the first element of the data.
Return Value:
None
Function Name:
void
vSpi_WriteDataSpi1
(U8 biDataInLength, U8 *pabiDataIn)
Description:
This function is used to send data over SPI1 no response expected.
Input Parameter(s):
biDataInLength : The length of the data.
*pabiDataIn : Pointer to the first element of the data.
Return Value:
None
Function Name:
void
vSpi_ReadDataSpi0
(U8 biDataOutLength, U8 *paboDataOut)
Description:
This function is used to read data from SPI0.
Input Parameter(s):
biDataOutLength :The length of the data.
Output Parameters(s):
*paboDataOut : Pointer to the first element of the response.
Return Value:
None
Function Name:
void
vSpi_ReadDataSpi1
(U8 biDataOutLength, U8 *paboDataOut)
Description:
This function is used to read data from SPI1.
Input Parameter(s):
biDataOutLength : The length of the data.
Output Parameters(s):
*paboDataOut : Pointer to the first element of the response.
Return Value:
None
Function Name:
void
vSpi_EnableSpi0
(void)
Description:
This function is used to enable SPI0 and associate to XBAR.
Return Value:
None
Function Name:
void
vSpi_EnableSpi1
(void)
Description:
This function is used to enable SPI1 and associate to XBAR.
Return Value:
None
Summary of Contents for Si4455 Series
Page 8: ...AN692 8 Rev 0 4 Figure 6 Device Configuration Options ...
Page 22: ...AN692 22 Rev 0 4 Figure 21 Supply Current versus Time Diagram from Shutdown to RX State ...
Page 23: ...AN692 Rev 0 4 23 4 4 Radio Chip Waking Up Figure 22 Radio Wake Up Process ...
Page 35: ...AN692 Rev 0 4 35 Figure 32 Transmission Flowchart ...
Page 39: ...AN692 Rev 0 4 39 Figure 33 Reception Flowchart ...
Page 41: ...AN692 Rev 0 4 41 Figure 34 Bidirectional Variable Packet Example Project Flowchart ...
Page 47: ...AN692 Rev 0 4 47 Figure 41 Long Packet Transmission Flowchart ...
Page 48: ...AN692 48 Rev 0 4 Figure 42 Long Packet RX Flowchart ...