Lines Matching full:received
85 …O_EVENT_ADDRESS = offsetof(NRF_RADIO_Type, EVENTS_ADDRESS), /**< Address sent or received. */
86 …_PAYLOAD = offsetof(NRF_RADIO_Type, EVENTS_PAYLOAD), /**< Packet payload sent or received. */
87 …T_END = offsetof(NRF_RADIO_Type, EVENTS_END), /**< Packet transmitted or received. */
89 …ADIO_Type, EVENTS_DEVMATCH), /**< A device address match occurred on the last received packet. */
90 …DIO_Type, EVENTS_DEVMISS), /**< No device address match occurred on the last received packet. */
94 …NRF_RADIO_EVENT_CRCOK = offsetof(NRF_RADIO_Type, EVENTS_CRCOK), /**< Packet received wit…
97 …NRF_RADIO_EVENT_CRCERROR = offsetof(NRF_RADIO_Type, EVENTS_CRCERROR), /**< Packet received wit…
100 …MESTART = offsetof(NRF_RADIO_Type, EVENTS_FRAMESTART), /**< IEEE 802.15.4 length field received. */
118 …ST = offsetof(NRF_RADIO_Type, EVENTS_RATEBOOST), /**< Ble_LR CI field received, receive mode is …
490 * @brief Function for getting CRC status of last received packet.
492 * @retval true If the packet was received without CRC error .
493 * @retval false If the packet was received with CRC error.
498 * @brief Function for getting the received address.
500 * @return Received address.
505 * @brief Function for getting CRC field of the last received packet.
507 * @return CRC field of previously received packet.
528 * @brief Function for getting status on what rate packet is received with in Long Range.
530 * @retval 0 If the frame is received at 125kbps.
531 * @retval 1 If the frame is received at 500kbps.
726 * @note The read value is a positive value while the actual received signal
727 * is a negative value. Actual received signal strength is therefore as follows:
728 * received signal strength = - read_value dBm .