@@ -106,7 +106,6 @@ extern "C" {
106106 * In this case, the internal handling must be disabled.
107107 *
108108 */
109-
110109#ifndef NRF_802154_INTERNAL_RADIO_IRQ_HANDLING
111110#define NRF_802154_INTERNAL_RADIO_IRQ_HANDLING 0
112111#endif
@@ -120,7 +119,6 @@ extern "C" {
120119 * In this case, the internal handling must be disabled.
121120 *
122121 */
123-
124122#ifndef NRF_802154_INTERNAL_SWI_IRQ_HANDLING
125123#define NRF_802154_INTERNAL_SWI_IRQ_HANDLING 1
126124#endif
@@ -162,7 +160,7 @@ extern "C" {
162160 * When this flag is set, the RAW API is available for the MAC layer. It is recommended to use
163161 * the RAW API because it provides more optimized functions.
164162 *
165- * @note If the RAW API is not available for the MAC layer, only less optimized functions performing
163+ * @note If the RAW API is not enabled for the MAC layer, only less optimized functions performing
166164 * copy are available.
167165 *
168166 */
@@ -231,8 +229,10 @@ extern "C" {
231229 *
232230 * If timestamps are to be added to the frames received.
233231 * Enabling this feature enables the functions @ref nrf_802154_received_timestamp_raw,
234- * @ref nrf_802154_received_timestamp, @ref nrf_802154_transmitted_timestamp_raw, and
235- * @ref nrf_802154_transmitted_timestamp, which add timestamps to the frames received.
232+ * @ref nrf_802154_received_timestamp which add timestamps to the frames received.
233+ * Enables also proper value of frame timestamp
234+ * ( @c nrf_802154_transmit_done_metadata_t::data.transmitted.time ) passed as metadata to
235+ * @ref nrf_802154_transmitted and @ref nrf_802154_transmitted_raw,
236236 * This option also enables timestamping in stats.
237237 *
238238 */
@@ -287,7 +287,7 @@ extern "C" {
287287 * (see IEEE 802.15.4-2015: 6.2.5.1).
288288 *
289289 * @note The minimum value of the backoff exponent may be changed from default by calling the
290- * @ref nrf_802154_pib_csmaca_min_be_set function.
290+ * @ref nrf_802154_csma_ca_min_be_set function.
291291 *
292292 */
293293#ifdef NRF_802154_CSMA_CA_MIN_BE
@@ -304,7 +304,7 @@ extern "C" {
304304 * (see IEEE 802.15.4-2015: 6.2.5.1).
305305 *
306306 * @note The maximum value of the backoff exponent may be changed from default by calling the
307- * @ref nrf_802154_pib_csmaca_max_be_set function.
307+ * @ref nrf_802154_csma_ca_max_be_set function.
308308 *
309309 */
310310#ifdef NRF_802154_CSMA_CA_MAX_BE
@@ -321,7 +321,7 @@ extern "C" {
321321 * a channel access failure.
322322 *
323323 * @note The maximum number of backoffs may be changed from default by calling the
324- * @ref nrf_802154_pib_csmaca_max_backoffs_set function.
324+ * @ref nrf_802154_csma_ca_max_backoffs_set function.
325325 *
326326 */
327327#ifdef NRF_802154_CSMA_CA_MAX_CSMA_BACKOFFS
@@ -376,7 +376,7 @@ extern "C" {
376376#endif
377377
378378/**
379- * @def NRF_802154_ACK_TIMEOUT_DEFAULT_TIMEOUT
379+ * @def NRF_802154_PRECISE_ACK_TIMEOUT_DEFAULT_TIMEOUT
380380 *
381381 * The default timeout in microseconds (us) for the precise ACK timeout feature.
382382 *
@@ -435,7 +435,7 @@ extern "C" {
435435
436436/**
437437 * @}
438- * @defgroup nrf_802154_coex WiFi coexistence feature configuration
438+ * @defgroup nrf_802154_config_coex WiFi coexistence feature configuration
439439 * @{
440440 */
441441
@@ -450,7 +450,7 @@ extern "C" {
450450
451451/**
452452 * @}
453- * @defgroup nrf_802154_stats Statistics configuration
453+ * @defgroup nrf_802154_config_stats Statistics configuration
454454 * @{
455455 */
456456
@@ -482,7 +482,7 @@ extern "C" {
482482
483483/**
484484 * @}
485- * @defgroup nrf_802154_security Security configuration
485+ * @defgroup nrf_802154_config_security Security configuration
486486 * @{
487487 */
488488
@@ -533,12 +533,16 @@ extern "C" {
533533#define NRF_802154_IE_WRITER_ENABLED 1
534534#endif
535535
536+ /**
537+ *@}
538+ **/
539+
540+ /**
541+ *@}
542+ **/
543+
536544#ifdef __cplusplus
537545}
538546#endif
539547
540548#endif // NRF_802154_CONFIG_H__
541-
542- /**
543- *@}
544- **/
0 commit comments