mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
[low-power] add CSL implementations on nrf52840 (#5449)
This commit is contained in:
@@ -149,11 +149,14 @@ typedef uint16_t otShortAddress;
|
||||
*/
|
||||
enum
|
||||
{
|
||||
OT_IE_HEADER_IE_SIZE = 2, ///< Size of IE header in bytes.
|
||||
OT_CSL_IE_SIZE = 4, ///< Size of CSL IE content in bytes.
|
||||
OT_ACK_IE_MAX_SIZE = 16, ///< Max length for header IE in ACK.
|
||||
OT_IE_HEADER_SIZE = 2, ///< Size of IE header in bytes.
|
||||
OT_CSL_IE_SIZE = 4, ///< Size of CSL IE content in bytes.
|
||||
OT_ACK_IE_MAX_SIZE = 16, ///< Max length for header IE in ACK.
|
||||
};
|
||||
|
||||
#define CSL_IE_HEADER_BYTES_LO 0x04 ///< Fixed CSL IE header first byte
|
||||
#define CSL_IE_HEADER_BYTES_HI 0x0d ///< Fixed CSL IE header second byte
|
||||
|
||||
/**
|
||||
* @struct otExtAddress
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user