 |
Contiki-NG
|
Loading...
Searching...
No Matches
12#ifndef NRF_802154_PROJECT_CONFIG_H_
13#define NRF_802154_PROJECT_CONFIG_H_
16#define NRF_802154_INTERNAL_RADIO_IRQ_HANDLING 1
17#define NRF_802154_INTERNAL_SWI_IRQ_HANDLING 0
20#define NRF_802154_NOTIFICATION_IMPL NRF_802154_NOTIFICATION_IMPL_DIRECT
21#define NRF_802154_REQUEST_IMPL NRF_802154_REQUEST_IMPL_DIRECT
24#define NRF_802154_CCA_MODE_DEFAULT NRF_RADIO_CCA_MODE_ED
25#define NRF_802154_CCA_ED_THRESHOLD_DBM_DEFAULT (-75)
26#define NRF_802154_CCA_CORR_THRESHOLD_DEFAULT 45
27#define NRF_802154_CCA_CORR_LIMIT_DEFAULT 2
28#define NRF_802154_PENDING_SHORT_ADDRESSES 16
29#define NRF_802154_PENDING_EXTENDED_ADDRESSES 16
30#define NRF_802154_RX_BUFFERS 20
33#define NRF_802154_FRAME_TIMESTAMP_ENABLED 0
38#define NRF_802154_ACK_IFS_EXTRA_TIME_US 160U
41#define NRF_802154_ENCRYPTION_ENABLED 0
42#define NRF_802154_IE_WRITER_ENABLED 0
43#define NRF_802154_SECURITY_WRITER_ENABLED 0
44#define NRF_802154_CSMA_CA_ENABLED 0
45#define NRF_802154_DELAYED_TRX_ENABLED 0
46#define NRF_802154_ACK_TIMEOUT_ENABLED 1
47#define NRF_802154_IFS_ENABLED 0
48#define NRF_802154_CARRIER_FUNCTIONS_ENABLED 0
49#define NRF_802154_TEST_MODES_ENABLED 0
52#define NRF_802154_NOTIFY_CRCERROR 0
55#define NRF_802154_SERIALIZATION_HOST 0
59#ifdef NRF_802154_USE_INTERNAL_INCLUDES
60#undef NRF_802154_USE_INTERNAL_INCLUDES