4.6 RADIO_FrameWrite
Definition: This function is used to write a stream of data into the radio frame buffer.
Syntax
void RADIO_FrameWrite(uint8_t offset, uint8_t* buffer, uint8_t bufferLen)
Input Parameters
Parameters Name |
Parameter Type |
Description |
---|---|---|
offset | Uint8_t | FIFO offset to be written to |
buffer | Uint8_t * | Pointer to the data to be written into the frame buffer |
bufferLen | Uint8_t | Length of the data to be written |
Return Type and Values
<void>
API Type – Synchronous