# OpenThread

Silicon Labs documentation on OpenThread version 2.7.2.

Documentation source: [OpenThread | Silicon Labs](https://docs.silabs.com/openthread/2.7.2).

- [Developing with OpenThread](https://docs.silabs.com/openthread/2.7.2/openthread-start/index.md)

## Release Notes

- [Summary](https://docs.silabs.com/openthread/2.7.2/sisdk-ot-release-notes/index.md)
- [OpenThread SDK](https://docs.silabs.com/openthread/2.7.2/sisdk-ot-release-notes/sisdk-ot-sdk-release-notes.md)
- [802.15.4 Mesh + BLE Multiprotocol](https://docs.silabs.com/openthread/2.7.2/sisdk-ot-release-notes/sisdk-ot-multiprotocol-release-notes.md)

## Getting Started

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-getting-started-overview/index.md)
- [OpenThread Quick-Start Guide (PDF)](https://www.silabs.com/documents/public/quick-start-guides/qsg170-openthread-sdk-quick-start-guide.pdf)

## Fundamentals

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-fundamentals-overview/index.md)

### Thread Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/01-overview.md)
- [Thread Technology Overview](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/02-thread-technology-overview.md)
- [IP Stack Fundamentals](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/03-ip-stack-fundamentals.md)
- [Network Topology](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/04-network-topology.md)
- [Routing and Network Connectivity](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/05-routing-and-network-connectivity.md)
- [Joining and Network Operation](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/06-joining-and-network-operation.md)
- [Management](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/07-management.md)
- [Persistent Data](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/08-persistent-data.md)
- [Security](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/09-security.md)
- [Border Router](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/10-border-router.md)
- [Device Commissioning](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/11-device-commissioning.md)
- [Application Layer](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/12-application-layer.md)
- [Next Steps](https://docs.silabs.com/openthread/2.7.2/thread-fundamentals/13-next-steps.md)

### Wireless Network App Development Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/01-overview.md)
- [Embedded Networking](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/02-embedded-networking.md)
- [Radio Fundamentals](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/03-radio-fundamentals.md)
- [Networking Basic Concepts](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/04-networking-basic-concepts.md)
- [Wireless Networking](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/05-wireless-networking.md)
- [Networking Devices](https://docs.silabs.com/openthread/2.7.2/wireless-networking-application-development-fundamentals/06-networking-devices.md)

## OpenThread Developer's Guide

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-developers-guide-overview/index.md)

### Developing and Debugging

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-developing-debugging-overview/index.md)
- [Configuring OpenThread Applications for Thread 1.3 (PDF)](https://www.silabs.com/documents/public/application-notes/an1372-configuring-for-thread-1-3.pdf)
- [Configuring OpenThread Applications for Thread 1.4 (PDF)](https://www.silabs.com/documents/public/application-notes/an1499-configuring-for-thread-1-4.pdf)

#### Configuring Sleepy Devices

- [Introduction](https://docs.silabs.com/openthread/2.7.2/openthread-sleepy-devices/index.md)
- [Sleepy End Devices (SED)](https://docs.silabs.com/openthread/2.7.2/openthread-sleepy-devices/02-sleepy-end-devices-seds.md)
- [Synchronized Sleepy End Devices (SSED)](https://docs.silabs.com/openthread/2.7.2/openthread-sleepy-devices/03-synchronized-sleepy-end-devices-sseds.md)
- [SSED Use Cases](https://docs.silabs.com/openthread/2.7.2/openthread-sleepy-devices/ssed-use-cases.md)
- [Building And Using Silicon Labs Sleepy End Device Demo Applications](https://docs.silabs.com/openthread/2.7.2/openthread-sleepy-devices/04-building-and-using-silicon-labs-sleepy-end-device-demo-applications.md)

#### Single-Band Proprietary Sub-GHz Support with OpenThread

- [Introduction](https://docs.silabs.com/openthread/2.7.2/openthread-single-band-proprietary-sub-ghz/index.md)
- [Building an Openthread Sample App for Proprietary Sub GHz](https://docs.silabs.com/openthread/2.7.2/openthread-single-band-proprietary-sub-ghz/02-building-an-openthread-sample-app-for-proprietary-sub-ghz.md)
- [Working With a Proprietary Sub GHz Network](https://docs.silabs.com/openthread/2.7.2/openthread-single-band-proprietary-sub-ghz/03-working-with-a-proprietary-sub-ghz-network.md)

#### Using OpenThread with FreeRTOS

- [Introduction](https://docs.silabs.com/openthread/2.7.2/openthread-with-free-rtos/index.md)
- [Getting Started](https://docs.silabs.com/openthread/2.7.2/openthread-with-free-rtos/01-getting-started.md)
- [Main Function and Task Model](https://docs.silabs.com/openthread/2.7.2/openthread-with-free-rtos/02-main-function-and-task-model.md)

### OpenThread Border Router

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-border-router-overview/index.md)

#### Using the Silicon Labs RCP with the OpenThread Border Router

- [Overview](https://docs.silabs.com/openthread/2.7.2/using-sl-rcp-with-openthread-border-router/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/using-sl-rcp-with-openthread-border-router/01-introduction.md)
- [Build And Installation Instructions for the RCP Images](https://docs.silabs.com/openthread/2.7.2/using-sl-rcp-with-openthread-border-router/02-build-and-installation-instructions-for-the-rcp-images.md)
- [Build And Installation Instructions for the Border Router Host](https://docs.silabs.com/openthread/2.7.2/using-sl-rcp-with-openthread-border-router/03-build-and-installation-instructions-for-the-border-router-host.md)
- [OpenThread Resources](https://docs.silabs.com/openthread/2.7.2/using-sl-rcp-with-openthread-border-router/04-openthread-resources.md)

### Coexistence

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-coexistence-overview/index.md)

#### Wi-Fi Coexistence Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/multiprotocol-wifi-coexistence-fundamentals/index.md)
- [Wi-Fi Impact on Bluetooth and 802.15.4 Radios](https://docs.silabs.com/openthread/2.7.2/multiprotocol-wifi-coexistence-fundamentals/02-wi-fi-impact-on-bluetooth-and-802-15-4-radios.md)
- [Unmanaged Coexistence](https://docs.silabs.com/openthread/2.7.2/multiprotocol-wifi-coexistence-fundamentals/03-unmanaged-coexistence.md)
- [Managed Coexistence](https://docs.silabs.com/openthread/2.7.2/multiprotocol-wifi-coexistence-fundamentals/04-managed-coexistence.md)
- [Conclusions](https://docs.silabs.com/openthread/2.7.2/multiprotocol-wifi-coexistence-fundamentals/05-conclusions.md)

#### Zigbee and OpenThread Coexistence with Wi-Fi

- [Introduction](https://docs.silabs.com/openthread/2.7.2/zigbee-openthread-coexistence-wifi/index.md)
- [Configuring Wi-Fi Coexistence](https://docs.silabs.com/openthread/2.7.2/zigbee-openthread-coexistence-wifi/02-configuring-wi-fi-coexistence.md)
- [Coexistence CLI Commands](https://docs.silabs.com/openthread/2.7.2/zigbee-openthread-coexistence-wifi/03-coexistence-cli-commands.md)
- [Coexistence Backplane Evaluation Board](https://docs.silabs.com/openthread/2.7.2/zigbee-openthread-coexistence-wifi/04-coexistence-backplane-evaluation-board.md)

#### Configuring Antenna Diversity for OpenThread

- [Introduction](https://docs.silabs.com/openthread/2.7.2/configuring-antenna-diversity-for-openthread/index.md)
- [About Antenna Diversity](https://docs.silabs.com/openthread/2.7.2/configuring-antenna-diversity-for-openthread/01-about-antenna-diversity.md)
- [Configuring Antenna Diversity](https://docs.silabs.com/openthread/2.7.2/configuring-antenna-diversity-for-openthread/02-configuring-antenna-diversity.md)
- [Configuring Antenna Diversity Command Line Interface](https://docs.silabs.com/openthread/2.7.2/configuring-antenna-diversity-for-openthread/03-configuring-antenna-diversity-command-line-interface.md)

### Multiprotocol

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-multiprotocol-overview/index.md)

#### Multiprotocol Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/multiprotocol-fundamentals/index.md)
- [Types of Multiprotocol Implementations](https://docs.silabs.com/openthread/2.7.2/multiprotocol-fundamentals/02-types-of-multiprotocol-implementations.md)
- [Protocol Considerations](https://docs.silabs.com/openthread/2.7.2/multiprotocol-fundamentals/03-protocol-considerations.md)
- [Radio Scheduler](https://docs.silabs.com/openthread/2.7.2/multiprotocol-fundamentals/04-radio-scheduler.md)

#### Dynamic Multiprotocol

- [Introduction](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/index.md)
- [The Radio Scheduler](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/02-the-radio-scheduler.md)
- [Radio Scheduler Examples](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/03-radio-scheduler-examples.md)
- [Implementing Multiprotocol with an 802.15.4-Based Stack](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/04-implementing-multiprotocol-with-an-802-15-4-based-stack.md)
- [Implementing Multiprotocol with RAIL](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/05-implementing-multiprotocol-with-rail.md)
- [Implementing Multiprotocol with Bluetooth](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ug/06-implementing-multiprotocol-with-bluetooth.md)

#### Dynamic Multiprotocol Development with BLE and OT on SoCs

- [Introduction](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ble-ot-on-soc/index.md)
- [Building The ot-ble-dmp Sample App](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ble-ot-on-soc/02-building-the-ot-ble-dmp-sample-app.md)
- [CLI Commands](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ble-ot-on-soc/03-cli-commands.md)
- [Important Software Components And Files](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ble-ot-on-soc/04-important-software-components-and-files.md)
- [OpenThread Sleepy End Device Demo](https://docs.silabs.com/openthread/2.7.2/multiprotocol-dynamic-ble-ot-on-soc/05-openthread-sleepy-end-device-demo.md)

#### Multiprotocol Solution on Linux

- [Introduction](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/index.md)
- [System Architecture](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/system-architecture.md)
- [Co-Processor Configuration](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/co-processor-configuration.md)
- [Local Host Configuration](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/local-host-configuration.md)
- [Building CPCd Locally](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/building-cpcd-locally.md)
- [Building Zigbeed & Z3Gateway Locally](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/building-zigbee-hosts-locally.md)
- [Building OTBR Locally](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/building-otbr-locally.md)
- [Building Bluetooth Host Locally](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/building-bluetooth-host-locally.md)
- [Configuring and Running All Processes Together Locally](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/running-local-processes-concurrently.md)
- [Debugging with Logs and Silicon Labs Components](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/debugging-local-processes.md)
- [Running Multiprotocol with Packages](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/running-multiprotocol-with-packages.md)
- [Running Multiprotocol on Docker](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/running-multiprotocol-on-docker.md)
- [Zigbee Host NCP to Zigbee Host RCP Migration Guide](https://docs.silabs.com/openthread/2.7.2/multiprotocol-solution-linux/host-ncp-rcp-migration.md)

#### Running Matter with OpenThread, Zigbee, and Bluetooth Concurrently on a System-on-Chip

- [Introduction](https://docs.silabs.com/openthread/2.7.2/concurrent-mp-soc/index.md)
- [Concurrent Multiprotocol Sample Application](https://docs.silabs.com/openthread/2.7.2/concurrent-mp-soc/02-concurrent-multiprotocol-cmp-sample-application-z3-light-ot-ftd.md)
- [Concurrent Multiprotocol CMP Sample Application Zigbee Matter Light](https://docs.silabs.com/openthread/2.7.2/concurrent-mp-soc/03-concurrent-multiprotocol-cmp-sample-application-matter-zigbee-light.md)
- [Converting a Zigbee Application into a Zigbee-OpenThread CMP Application](https://docs.silabs.com/openthread/2.7.2/concurrent-mp-soc/04-converting-a-zigbee-application-into-a-zigbee-openthread-cmp-application.md)

#### Using the Co-Processor Communication Daemon (CPCd)

- [Overview](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/01-introduction.md)
- [Theory of Operation](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/02-theory-of-operation.md)
- [Compiling Installing and Configuring CPCd](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/03-compiling-installing-and-configuring-cpcd.md)
- [Troubleshooting](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/04-troubleshooting.md)
- [Considerations](https://docs.silabs.com/openthread/2.7.2/using-co-processor-communication-daemon/05-considerations.md)

### Bootloading

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-bootloading-overview/index.md)

#### Bootloader Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/bootloader-fundamentals/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/bootloader-fundamentals/01-overview.md)
- [About the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-fundamentals/02-about-the-gecko-bootloader.md)
- [Memory Space for Bootloading](https://docs.silabs.com/openthread/2.7.2/bootloader-fundamentals/03-memory-space-for-bootloading.md)
- [Design Decisions](https://docs.silabs.com/openthread/2.7.2/bootloader-fundamentals/04-design-decisions.md)

#### Gecko Bootloader User's Guide for Series 3 and Higher

- [Introduction](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/index.md)
- [Gecko Bootloader File Format v4](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/02-gecko-bootloader-file-format-v4.md)
- [Gecko Bootloader Operation Application Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/03-gecko-bootloader-operation-application-upgrade.md)
- [Gecko Bootloader Operation Bootloader Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/04-gecko-bootloader-operation-bootloader-upgrade.md)
- [Gecko Bootloader Operation Secure Engine Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/05-gecko-bootloader-operation-secure-engine-upgrade.md)
- [Getting Started with the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/06-getting-started-with-the-gecko-bootloader.md)
- [Configuring the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/07-configuring-the-gecko-bootloader.md)
- [Simplicity Commander and the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/08-simplicity-commander-and-the-gecko-bootloader.md)
- [Gecko Bootloader Security Features](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/09-gecko-bootloader-security-features.md)
- [Application Interface](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-series3-and-higher/10-application-interface.md)

#### Silicon Labs Gecko Bootloader User's Guide for GSDK 4.0 and Higher

- [Introduction](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/01-overview.md)
- [Gecko Bootloader File Format](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/02-gecko-bootloader-file-format.md)
- [Gecko Bootloader Operation Application Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/03-gecko-bootloader-operation-application-upgrade.md)
- [Gecko Bootloader Operation Bootloader Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/04-gecko-bootloader-operation-bootloader-upgrade.md)
- [Gecko Bootloader Operation Secure Engine Upgrade](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/05-gecko-bootloader-operation-secure-engine-upgrade.md)
- [Getting Started with the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/06-getting-started-with-the-gecko-bootloader.md)
- [Configuring the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/07-configuring-the-gecko-bootloader.md)
- [Simplicity Commander and the Gecko Bootloader](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/08-simplicity-commander-and-the-gecko-bootloader.md)
- [Gecko Bootloader Security Features](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/09-gecko-bootloader-security-features.md)
- [Gecko Bootloader and Trustzone](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/10-gecko-bootloader-and-trustzone.md)
- [Gecko Bootloader and Delta DFU Upgrades](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/11-gecko-bootloader-and-delta-dfu-upgrades.md)
- [Application Interface](https://docs.silabs.com/openthread/2.7.2/bootloader-user-guide-gsdk-4/12-application-interface.md)

#### Series 2 and Series 3 Secure Boot with RTSL

- [Introduction](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/index.md)
- [Series 2 and Series 3 Device Security Features](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/01-series-2-and-series-3-device-security-features.md)
- [Secure Boot Process](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/02-secure-boot-process.md)
- [Examples](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/03-examples.md)
- [Debugging on Secure Boot Enabled Device](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/04-debugging-on-secure-boot-enabled-device.md)
- [Failure Analysis](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/05-failure-analysis.md)
- [Secure Boot Status Codes](https://docs.silabs.com/openthread/2.7.2/series2-secure-boot-with-rtsl/06-secure-boot-status-codes.md)

#### Transitioning to the Updated Gecko Bootloader in GSDK 4.0 and Higher

- [Overview](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/01-introduction.md)
- [About Projects](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/02-about-projects.md)
- [Components](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/03-components.md)
- [Pin Tool](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/04-pin-tool.md)
- [Linker File](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/05-linker-file.md)
- [Additional Macros](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/06-additional-macros.md)
- [Postbuild Steps](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/07-postbuild-steps.md)
- [Main Bootloader in Main Flash](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/08-main-bootloader-in-main-flash.md)
- [Callbacks](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/09-callbacks.md)
- [Storage Slots](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/10-storage-slots.md)
- [App Properties](https://docs.silabs.com/openthread/2.7.2/bootloader-transitioning-guide-gsdk-v40-and-higher/11-app-properties.md)

### Non-Volatile Memory Use

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-memory-use-overview/index.md)

#### Non-Volatile Data Storage Fundamentals

- [Overview](https://docs.silabs.com/openthread/2.7.2/non-volatile-data-storage-fundamentals/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/non-volatile-data-storage-fundamentals/01-introduction.md)
- [Implementations of Non-Volatile Data Storage](https://docs.silabs.com/openthread/2.7.2/non-volatile-data-storage-fundamentals/02-implementations-of-non-volatile-data-storage.md)
- [Dynamic Data Storage Implementations](https://docs.silabs.com/openthread/2.7.2/non-volatile-data-storage-fundamentals/03-flash-data-storage-implementations.md)
- [Comparing Non-Volatile Data Storage Implementations](https://docs.silabs.com/openthread/2.7.2/non-volatile-data-storage-fundamentals/04-comparing-non-volatile-data-storage-implementations.md)

#### Using Third Generation Non-Volatile Memory (NVM3) Data Storage

- [Introduction](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/01-introduction.md)
- [NVM3 Default Instance](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/02-nvm3-default-instance.md)
- [NVM3 in the Simplicity Studio 5 Project Configurator](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/03-nvm3-in-the-simplicity-studio-5-project-configurator.md)
- [Using NVM3 with Silicon Labs Connect](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/04-using-nvm3-with-silicon-labs-connect.md)
- [Using NVM3 with Silicon Labs OpenThread Applications](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/05-using-nvm3-with-silicon-labs-openthread-applications.md)
- [Using NVM3 with Zigbee EmberZNet v.7x And Higher](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/06-using-nvm3-with-zigbee-emberznet-v7x-and-higher.md)
- [Using NVM3 with Silicon Labs Bluetooth Applications](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/07-using-nvm3-with-silicon-labs-bluetooth-applications.md)
- [Using NVM3 In Appbuilder Based Applications](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/08-using-nvm3-in-appbuilder-based-applications.md)
- [Using NVM3 with Z Wave Applications](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/09-using-nvm3-with-z-wave-applications.md)
- [NVM3 API Options](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/10-nvm3-api-options.md)
- [Simplicity Commander and NVM3](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/11-simplicity-commander-and-nvm3.md)
- [Securing NVM3 Data on External Flash Devices](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/12-securing-nvm3-data-on-external-flash-devices.md)
- [Best Practices and Optimizations For NVM3](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/13-best-practices-and-optimizations-for-nvm3.md)
- [Repack Management in NVM3](https://docs.silabs.com/openthread/2.7.2/using-third-generation-nonvolatile-memory/14-repack-management-in-nvm3.md)

### Security

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-security-overview/index.md)
- [Programming Series 2 Devices Using the DCI and SWD (PDF)](https://www.silabs.com/documents/public/application-notes/an1303-efr32-dci-swd-programming.pdf)
- [Integrating Crypto Functionality with PSA Crypto vs. Mbed TLS (PDF)](https://www.silabs.com/documents/public/application-notes/an1311-mbedtls-psa-crypto-porting-guide.pdf)

#### IoT Endpoint Security Fundamentals

- [Introduction](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/index.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/01-overview.md)
- [No Universal Passwords](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/02-no-universal-passwords.md)
- [Secured Interfaces](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/03-secured-interfaces.md)
- [Proven Cryptography](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/04-proven-cryptography.md)
- [Security by Default](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/05-security-by-default.md)
- [Signed Software Updates](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/06-signed-software-updates.md)
- [Automatically Applied Updates](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/07-automatically-applied-updates.md)
- [Vulnerability Reporting Program](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/08-vulnerability-reporting-program.md)
- [Security Expiration Date](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/09-security-expiration-date.md)
- [Next Steps](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/10-next-steps.md)
- [Series 2 and Series 3 Device Security Features](https://docs.silabs.com/openthread/2.7.2/iot-endpoint-security-fundamentals/11-series-2-and-series-3-device-security-features.md)

#### Using Silicon Labs Secure Vault Features with OpenThread

- [Overview](https://docs.silabs.com/openthread/2.7.2/using-secure-vault-openthread/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/using-secure-vault-openthread/01-introduction.md)
- [Secure Vault](https://docs.silabs.com/openthread/2.7.2/using-secure-vault-openthread/02-secure-vault.md)
- [Security Handling in OpenThread](https://docs.silabs.com/openthread/2.7.2/using-secure-vault-openthread/03-security-handling-in-openthread.md)
- [Updates to OpenThread to Include PSA Crypto APIs](https://docs.silabs.com/openthread/2.7.2/using-secure-vault-openthread/04-updates-to-openthread-to-include-psa-crypto-apis.md)

#### Series 2 and Series 3 Secure Debug

- [Overview](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/index.md)
- [Series 2 and Series 3 Device Security Features](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/01-series-2-and-series-3-device-security-features.md)
- [Introduction to Secure Debug](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/02-introduction-to-secure-debug.md)
- [Secure Engine Subsystem](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/03-secure-engine-subsystem.md)
- [Debug Lock](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/04-debug-lock.md)
- [Debug Unlock](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/05-debug-unlock.md)
- [Precautions](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/06-precautions.md)
- [Examples](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/07-examples.md)
- [Failure Analysis](https://docs.silabs.com/openthread/2.7.2/series2-secure-debug/08-failure-analysis.md)

#### Production Programming of Series 2 and Series 3 Devices

- [Introduction](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/index.md)
- [Series 2 and Series 3 Device Security Features](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/01-series-2-and-series-3-device-security-features.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/02-overview.md)
- [Using Simplicity Commander](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/03-using-simplicity-commander.md)
- [SE Firmware Programming](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/04-se-firmware-programming.md)
- [Bootloader Firmware Programming](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/05-bootloader-firmware-programming.md)
- [Application Firmware Programming](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/06-application-firmware-programming.md)
- [Key Provisioning](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/07-key-provisioning.md)
- [Configuring AXiP/EXiP (Series 3 Only)](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/08-configuring-axip-exip-series-3-only.md)
- [Enabling Secure Boot and Tamper Configuration](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/09-enabling-secure-boot-and-tamper-configuration.md)
- [Enabling Debug Lock](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/10-enabling-debug-lock.md)
- [Field Upgrade the SE Firmware](https://docs.silabs.com/openthread/2.7.2/prod-programming-series2-and-series3/11-field-upgrade-the-se-firmware.md)

#### Anti-Tamper Protection Configuration and Use

- [Introduction](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/index.md)
- [Device Security Features](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/01-device-security-features.md)
- [Overview](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/02-overview.md)
- [Secure Engine Manager](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/03-secure-engine-manager.md)
- [Tamper Responses](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/04-tamper-responses.md)
- [Tamper Sources](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/05-tamper-sources.md)
- [Anti Tamper Configuration](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/06-anti-tamper-configuration.md)
- [Typical Configuration](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/07-typical-configuration.md)
- [Tamper Disable](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/08-tamper-disable.md)
- [Examples](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/09-examples.md)
- [Appendix A Examples With Simplicity Studio](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/10-appendix-a-examples-with-simplicity-studio.md)
- [Appendix B Platform Examples](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/11-appendix-b-platform-examples.md)
- [Appendix C Tamper Sources Reference](https://docs.silabs.com/openthread/2.7.2/efr32-secure-vault-tamper/12-appendix-c-tamper-sources-reference.md)

#### Authenticating Silicon Labs Devices using Device Certificates

- [Overview](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/index.md)
- [Series 2 Device Security Features](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/01-series-2-security-features.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/02-r-introduction.md)
- [Secure Identification on HSE-SVH Devices](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/03-r-secureidentity.md)
- [Device Certificate Options](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/04-r-devicecertoptions.md)
- [Entity Attestation Token (EAT)](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/05-r-entityattestationtoken.md)
- [Remote Authentication Process](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/06-r-remoteauthenticationprocess.md)
- [Secure Engine Manager](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/07-r-secureenginemanager.md)
- [Examples](https://docs.silabs.com/openthread/2.7.2/authenticating-devices-using-device-certificates/08-r-examples.md)

#### Secure Key Storage

- [Overview](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/index.md)
- [Series 2 Device Security Features](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/01-series-2-security-features.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/02-r-introduction.md)
- [HSE Secure Key Storage](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/03-r-storagecomparisons.md)
- [TrustZone Secure Key Storage](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/04-r-storagecomparisons-trustzone.md)
- [Secure Key Storage Implementations](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/05-r-securekeystorageimplementation.md)
- [Examples](https://docs.silabs.com/openthread/2.7.2/efr32-secure-key-storage/06-r-examples.md)

#### Series 2 TrustZone

- [Introduction](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/index.md)
- [Series 2 Device Security Features](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/01-series-2-security-features.md)
- [TrustZone Basics](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/02-r-basic.md)
- [Bus Level Security (BLS)](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/03-r-bls.md)
- [Secure And Privileged Programming Model](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/04-r-programming.md)
- [TrustZone Implementation](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/05-r-implementation.md)
- [Upgrade Existing Application To TrustZone](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/06-r-migration.md)
- [TrustZone Platform Examples](https://docs.silabs.com/openthread/2.7.2/series2-trustzone/07-r-ex.md)

### Performance

- [Overview](https://docs.silabs.com/openthread/2.7.2/openthread-performance-overview/index.md)
- [Manufacturing Test Overview (PDF)](https://www.silabs.com/documents/public/application-notes/an718-mfg-test-overview.pdf)
- [Manufacturing Test Guidelines (PDF)](https://www.silabs.com/documents/public/application-notes/an700-1-mfg-test-guidelines-efr32.pdf)
- [OpenThread Mesh Network Performance (PDF)](https://www.silabs.com/documents/public/application-notes/an1408-openthread-mesh-network-performance.pdf)

#### Multi-PAN RCP Performance for OpenThread and Zigbee

- [Overview](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/index.md)
- [Introduction](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/01-introduction.md)
- [Test Plan Strategy](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/02-test-plan-strategy.md)
- [Test Approach and Dependencies](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/03-test-approach-and-dependencies.md)
- [Test Methodology](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/04-test-methodology.md)
- [Testbed and Topologies](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/05-testbed-and-topologies.md)
- [Test Results Summary](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/06-test-results-summary.md)
- [Additional Test Results Comparisons](https://docs.silabs.com/openthread/2.7.2/multi-pan-rcp-performance-for-openthread-and-zigbee/07-additional-test-results-comparisons.md)

#### Mesh Network Performance Comparison

- [Overview](https://docs.silabs.com/openthread/2.7.2/mesh-network-performance-comparison/index.md)
- [Introduction and Background](https://docs.silabs.com/openthread/2.7.2/mesh-network-performance-comparison/01-introduction-and-background.md)
- [Comparison of Results](https://docs.silabs.com/openthread/2.7.2/mesh-network-performance-comparison/02-comparison-of-results.md)
- [Summary](https://docs.silabs.com/openthread/2.7.2/mesh-network-performance-comparison/03-summary.md)

## API Reference Guide

- [OpenThread Modules](https://docs.silabs.com/openthread/2.7.2/openthread-api/index.md)

### API Reference

- [API Reference](https://docs.silabs.com/openthread/2.7.2/openthread-api/api.md)
- [Error](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-error.md)

#### Execution

- [Execution](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-execution.md)
- [Instance](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-instance.md)
- [Tasklets](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-tasklets.md)

#### IPv6 Networking

- [IPv6 Networking](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-net.md)

##### BLE Secure

- [BLE Secure](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-ble-secure.md)
- [otTcatAdvertisedDeviceId](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcat-advertised-device-id.md)
- [otTcatGeneralDeviceId](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcat-general-device-id.md)
- [otTcatVendorInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcat-vendor-info.md)

##### DNS

- [DNS](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-dns.md)
- [otDnsTxtEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dns-txt-entry.md)
- [otDnsTxtEntryIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dns-txt-entry-iterator.md)
- [otDnsQueryConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dns-query-config.md)
- [otDnsServiceInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dns-service-info.md)
- [otDnsRecordInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dns-record-info.md)

##### DNS-SD Server

- [DNS-SD Server](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-dnssd-server.md)
- [otDnssdServiceInstanceInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dnssd-service-instance-info.md)
- [otDnssdHostInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dnssd-host-info.md)
- [otUpstreamDnsCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-upstream-dns-counters.md)
- [otDnssdCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-dnssd-counters.md)

##### ICMPv6

- [ICMPv6](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-icmp6.md)
- [otIcmp6Handler](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-icmp6-handler.md)

###### otIcmp6Header

- [otIcmp6Header](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-icmp6-header.md)
- [otIcmp6Header::OT_TOOL_PACKED_FIELD](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-icmp6-header-ot-tool-packed-field.md)

##### IPv6

- [IPv6](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-ip6.md)
- [otIp6NetworkPrefix](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-network-prefix.md)
- [otIp6AddressComponents](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-address-components.md)
- [otIp6Prefix](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-prefix.md)
- [otNetifAddress](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-netif-address.md)
- [otNetifMulticastAddress](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-netif-multicast-address.md)
- [otSockAddr](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-sock-addr.md)
- [otMessageInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-message-info.md)
- [otIp6AddressInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-address-info.md)
- [otPacketsAndBytes](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-packets-and-bytes.md)
- [otBorderRoutingCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-counters.md)

###### otIp6InterfaceIdentifier

- [otIp6InterfaceIdentifier](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-interface-identifier.md)
- [otIp6InterfaceIdentifier::OT_TOOL_PACKED_FIELD](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-interface-identifier-ot-tool-packed-field.md)

###### otIp6Address

- [otIp6Address](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-address.md)
- [otIp6Address::OT_TOOL_PACKED_FIELD](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip6-address-ot-tool-packed-field.md)

##### Multicast DNS

- [Multicast DNS](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-mdns.md)
- [otMdnsLocalHostAddress](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mdns-local-host-address.md)
- [otMdnsCacheInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mdns-cache-info.md)

##### NAT64

- [NAT64](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-nat64.md)
- [otIp4Cidr](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip4-cidr.md)
- [otNat64Counters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-nat64-counters.md)
- [otNat64ProtocolCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-nat64-protocol-counters.md)
- [otNat64ErrorCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-nat64-error-counters.md)
- [otNat64AddressMapping](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-nat64-address-mapping.md)
- [otNat64AddressMappingIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-nat64-address-mapping-iterator.md)

###### otIp4Address

- [otIp4Address](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip4-address.md)
- [otIp4Address::OT_TOOL_PACKED_FIELD](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip4-address-ot-tool-packed-field.md)

##### SRP

- [SRP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-srp.md)
- [otSrpClientHostInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-client-host-info.md)
- [otSrpClientService](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-client-service.md)
- [otSrpClientBuffersServiceEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-client-buffers-service-entry.md)
- [otSrpServerTtlConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-server-ttl-config.md)
- [otSrpServerLeaseConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-server-lease-config.md)
- [otSrpServerLeaseInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-server-lease-info.md)
- [otSrpServerResponseCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-srp-server-response-counters.md)

##### Ping Sender

- [Ping Sender](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-ping-sender.md)
- [otPingSenderReply](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ping-sender-reply.md)
- [otPingSenderStatistics](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ping-sender-statistics.md)
- [otPingSenderConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ping-sender-config.md)

##### TCP

- [TCP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-tcp-group.md)

###### TCP

- [TCP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-tcp.md)
- [otLinkedBuffer](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-linked-buffer.md)
- [otTcpEndpoint](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-endpoint.md)
- [otTcpEndpointInitializeArgs](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-endpoint-initialize-args.md)
- [otTcpListener](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-listener.md)
- [otTcpListenerInitializeArgs](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-listener-initialize-args.md)

###### TCP Abstractions

- [TCP Abstractions](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-tcp-ext.md)
- [otTcpCircularSendBuffer](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-circular-send-buffer.md)
- [otTcpEndpointAndCircularSendBuffer](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-tcp-endpoint-and-circular-send-buffer.md)

##### UDP

- [UDP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-udp-group.md)
- [UDP Forward](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-udp-forward.md)

###### UDP

- [UDP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-udp.md)
- [otUdpReceiver](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-udp-receiver.md)
- [otUdpSocket](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-udp-socket.md)

#### Link

- [Link](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-link.md)
- [Raw Link](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-link-raw.md)

##### Link

- [Link](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-link-link.md)
- [otMacFilterEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mac-filter-entry.md)
- [otMacCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mac-counters.md)
- [otActiveScanResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-active-scan-result.md)
- [otEnergyScanResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-energy-scan-result.md)

##### Link Metrics

- [Link Metrics](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-link-metrics.md)
- [otLinkMetricsValues](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-link-metrics-values.md)
- [otLinkMetricsSeriesFlags](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-link-metrics-series-flags.md)

#### Message

- [Message](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-message.md)
- [otMessageSettings](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-message-settings.md)
- [otThreadLinkInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-thread-link-info.md)
- [otMessageQueue](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-message-queue.md)
- [otMessageQueueInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-message-queue-info.md)
- [otBufferInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-buffer-info.md)

#### Multi Radio Link

- [Multi Radio Link](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-multi-radio.md)
- [otRadioLinkInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-radio-link-info.md)
- [otMultiRadioNeighborInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-multi-radio-neighbor-info.md)

#### TREL - Thread Stack

- [TREL - Thread Stack](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-trel.md)
- [otTrelPeer](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-trel-peer.md)

#### Thread

- [Thread](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-thread.md)
- [Border Router](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-border-router.md)
- [Server](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-server.md)

##### Backbone Router

- [Backbone Router](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-backbone-router.md)
- [otBackboneRouterConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-backbone-router-config.md)
- [otBackboneRouterMulticastListenerInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-backbone-router-multicast-listener-info.md)
- [otBackboneRouterNdProxyInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-backbone-router-nd-proxy-info.md)

##### Border Agent

- [Border Agent](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-border-agent.md)
- [otBorderAgentId](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-agent-id.md)
- [otBorderAgentCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-agent-counters.md)
- [otBorderAgentSessionInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-agent-session-info.md)
- [otBorderAgentSessionIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-agent-session-iterator.md)
- [otBorderAgentMeshCoPServiceTxtData](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-agent-mesh-co-p-service-txt-data.md)

##### Border Routing Manager

- [Border Routing Manager](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-border-routing.md)
- [otBorderRoutingPrefixTableIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-prefix-table-iterator.md)
- [otBorderRoutingRouterEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-router-entry.md)
- [otBorderRoutingPrefixTableEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-prefix-table-entry.md)
- [otBorderRoutingRdnssAddrEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-rdnss-addr-entry.md)
- [otBorderRoutingPeerBorderRouterEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-routing-peer-border-router-entry.md)
- [otPdProcessedRaInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-pd-processed-ra-info.md)

##### Commissioner

- [Commissioner](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-commissioner.md)
- [otSteeringData](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-steering-data.md)
- [otCommissioningDataset](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-commissioning-dataset.md)
- [otJoinerPskd](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-joiner-pskd.md)
- [otJoinerInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-joiner-info.md)

##### General

- [General](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-thread-general.md)
- [otBorderRouterConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-border-router-config.md)
- [otLowpanContextInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-lowpan-context-info.md)
- [otExternalRouteConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-external-route-config.md)
- [otServerConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-server-config.md)
- [otServiceConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-service-config.md)
- [otNetworkDiagConnectivity](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-connectivity.md)
- [otNetworkDiagRouteData](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-route-data.md)
- [otNetworkDiagRoute](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-route.md)
- [otNetworkDiagEnhRouteData](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-enh-route-data.md)
- [otNetworkDiagEnhRoute](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-enh-route.md)
- [otNetworkDiagMacCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-mac-counters.md)
- [otNetworkDiagMleCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-mle-counters.md)
- [otNetworkDiagChildEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-child-entry.md)
- [otNetworkDiagTlv](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-diag-tlv.md)
- [otLinkModeConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-link-mode-config.md)
- [otNeighborInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-neighbor-info.md)
- [otLeaderData](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-leader-data.md)
- [otRouterInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-router-info.md)
- [otIpCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ip-counters.md)
- [otMleCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mle-counters.md)
- [otThreadParentResponseInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-thread-parent-response-info.md)
- [otThreadDiscoveryRequestInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-thread-discovery-request-info.md)

##### Joiner

- [Joiner](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-joiner.md)
- [otJoinerDiscerner](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-joiner-discerner.md)

##### Operational Dataset

- [Operational Dataset](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-operational-dataset.md)
- [otNetworkKey](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-key.md)
- [otNetworkName](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-network-name.md)
- [otExtendedPanId](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-extended-pan-id.md)
- [otPskc](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-pskc.md)
- [otSecurityPolicy](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-security-policy.md)
- [otOperationalDatasetComponents](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-operational-dataset-components.md)
- [otTimestamp](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-timestamp.md)
- [otOperationalDataset](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-operational-dataset.md)
- [otOperationalDatasetTlvs](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-operational-dataset-tlvs.md)

##### Router/Leader

- [Router/Leader](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-thread-router.md)
- [otChildInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-child-info.md)
- [otCacheEntryInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-cache-entry-info.md)
- [otCacheEntryIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-cache-entry-iterator.md)
- [otDeviceProperties](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-device-properties.md)
- [otNeighborTableEntryInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-neighbor-table-entry-info.md)

#### Add-Ons

- [Add-Ons](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-addons.md)
- [Channel Manager](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-channel-manager.md)
- [Channel Monitoring](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-channel-monitor.md)
- [Child Supervision](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-child-supervision.md)
- [Crypto - Thread Stack](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-crypto.md)
- [Factory Diagnostics - Thread Stack](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-factory-diagnostics.md)
- [Heap](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-heap.md)
- [Jam Detection](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-jam-detection.md)
- [Network Co-Processor](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-ncp.md)
- [Network Time Synchronization](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-network-time.md)
- [Verhoeff Checksum](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-verhoeff-checksum.md)

##### CoAP

- [CoAP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-coap-group.md)
- [CoAP Secure](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-coap-secure.md)

###### CoAP

- [CoAP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-coap.md)
- [otCoapOption](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-coap-option.md)
- [otCoapOptionIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-coap-option-iterator.md)
- [otCoapResource](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-coap-resource.md)
- [otCoapBlockwiseResource](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-coap-blockwise-resource.md)
- [otCoapTxParameters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-coap-tx-parameters.md)

##### Command Line Interface

- [Command Line Interface](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-cli.md)
- [otCliCommand](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-cli-command.md)

##### History Tracker

- [History Tracker](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-history-tracker.md)
- [otHistoryTrackerIterator](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-iterator.md)
- [otHistoryTrackerNetworkInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-network-info.md)
- [otHistoryTrackerUnicastAddressInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-unicast-address-info.md)
- [otHistoryTrackerMulticastAddressInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-multicast-address-info.md)
- [otHistoryTrackerMessageInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-message-info.md)
- [otHistoryTrackerNeighborInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-neighbor-info.md)
- [otHistoryTrackerRouterInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-router-info.md)
- [otHistoryTrackerOnMeshPrefixInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-on-mesh-prefix-info.md)
- [otHistoryTrackerExternalRouteInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-history-tracker-external-route-info.md)

##### Logging - Thread Stack

- [Logging - Thread Stack](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-logging.md)
- [otLogHexDumpInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-log-hex-dump-info.md)

##### Mesh Diagnostics

- [Mesh Diagnostics](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-mesh-diag.md)
- [otMeshDiagDiscoverConfig](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mesh-diag-discover-config.md)
- [otMeshDiagRouterInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mesh-diag-router-info.md)
- [otMeshDiagChildInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mesh-diag-child-info.md)
- [otMeshDiagChildEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mesh-diag-child-entry.md)
- [otMeshDiagRouterNeighborEntry](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mesh-diag-router-neighbor-entry.md)

##### Radio Statistics

- [Radio Statistics](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-radio.md)
- [otRadioTimeStats](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-radio-time-stats.md)

##### Random Number Generator

- [Random Number Generator](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-random-group.md)
- [RNG Cryptographic](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-random-crypto.md)
- [RNG Non-cryptographic](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-random-non-crypto.md)

##### SNTP

- [SNTP](https://docs.silabs.com/openthread/2.7.2/openthread-api/api-sntp.md)
- [otSntpQuery](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-sntp-query.md)

### Platform Abstraction

- [Platform Abstraction](https://docs.silabs.com/openthread/2.7.2/openthread-api/platform.md)
- [Alarm](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-alarm.md)
- [DNS - Platform](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-dns.md)
- [Entropy](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-entropy.md)
- [Factory Diagnostics - Platform](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-factory-diagnostics.md)
- [Infrastructure Interface](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-infra-if.md)
- [Logging - Platform](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-logging.md)
- [Memory](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-memory.md)
- [Miscellaneous](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-misc.md)
- [Multipan](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-multipan.md)
- [Network Simulator](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-otns.md)
- [Settings](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-settings.md)
- [SPI Slave](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-spi-slave.md)
- [Time Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-time.md)
- [Toolchain](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-toolchain.md)

#### BLE

- [BLE](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-ble.md)
- [otBleLinkCapabilities](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ble-link-capabilities.md)
- [otBleRadioPacket](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ble-radio-packet.md)

#### Crypto - Platform

- [Crypto - Platform](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-crypto.md)
- [otCryptoKey](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-crypto-key.md)
- [otCryptoContext](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-crypto-context.md)
- [otPlatCryptoSha256Hash](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-crypto-sha256-hash.md)
- [otPlatCryptoEcdsaKeyPair](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-crypto-ecdsa-key-pair.md)
- [otPlatCryptoEcdsaPublicKey](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-crypto-ecdsa-public-key.md)
- [otPlatCryptoEcdsaSignature](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-crypto-ecdsa-signature.md)

#### DNS-SD (mDNS)

- [DNS-SD (mDNS)](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-dns-sd.md)
- [otPlatDnssdService](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-service.md)
- [otPlatDnssdHost](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-host.md)
- [otPlatDnssdKey](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-key.md)
- [otPlatDnssdBrowseResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-browse-result.md)
- [otPlatDnssdBrowser](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-browser.md)
- [otPlatDnssdSrvResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-srv-result.md)
- [otPlatDnssdSrvResolver](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-srv-resolver.md)
- [otPlatDnssdTxtResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-txt-result.md)
- [otPlatDnssdTxtResolver](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-txt-resolver.md)
- [otPlatDnssdAddressAndTtl](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-address-and-ttl.md)
- [otPlatDnssdAddressResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-address-result.md)
- [otPlatDnssdAddressResolver](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-address-resolver.md)
- [otPlatDnssdRecordResult](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-record-result.md)
- [otPlatDnssdRecordQuerier](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-dnssd-record-querier.md)

#### Message Pool

- [Message Pool](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-messagepool.md)
- [otMessageBuffer](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-message-buffer.md)

#### Multicast DNS

- [Multicast DNS](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-mdns.md)
- [otPlatMdnsAddressInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-mdns-address-info.md)

#### Radio

- [Radio](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-radio.md)
- [Radio Configuration](https://docs.silabs.com/openthread/2.7.2/openthread-api/radio-config.md)
- [Radio Operation](https://docs.silabs.com/openthread/2.7.2/openthread-api/radio-operation.md)
- [Radio Extension](https://docs.silabs.com/openthread/2.7.2/openthread-api/radio-extension.md)

##### Radio Types

- [Radio Types](https://docs.silabs.com/openthread/2.7.2/openthread-api/radio-types.md)
- [otExtAddress](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-ext-address.md)
- [otMacKey](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mac-key.md)
- [otMacKeyMaterial](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-mac-key-material.md)
- [otRadioIeInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-radio-ie-info.md)
- [otRadioFrame](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-radio-frame.md)
- [otRadioCoexMetrics](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-radio-coex-metrics.md)
- [otLinkMetrics](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-link-metrics.md)

#### TREL - Platform

- [TREL - Platform](https://docs.silabs.com/openthread/2.7.2/openthread-api/plat-trel.md)
- [otPlatTrelPeerInfo](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-trel-peer-info.md)
- [otPlatTrelCounters](https://docs.silabs.com/openthread/2.7.2/openthread-api/ot-plat-trel-counters.md)

### Config Variables

- [Config Variables](https://docs.silabs.com/openthread/2.7.2/openthread-api/config.md)
- [Announce Sender](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-announce-sender.md)
- [Backbone Router Services](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-backbone-router.md)
- [Border Agent](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-border-agent.md)
- [Border Router](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-border-router.md)
- [Border Routing Manager](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-border-routing.md)
- [Channel Manager](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-channel-manager.md)
- [Channel Monitor](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-channel-monitor.md)
- [Child Supervision](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-child-supervision.md)
- [CoAP](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-coap.md)
- [Commissioner](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-commissioner.md)
- [Crypto Backend Library](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-crypto.md)
- [Dataset Updater](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dataset-updater.md)
- [DHCPv6 Client](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dhcpv6-client.md)
- [DHCPv6 Server](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dhcpv6-server.md)
- [DIAG Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-diag.md)
- [DNS Client](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dns-client.md)
- [DNS Stateful Operations](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dns-dso.md)
- [DNS-SD Server](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-dnssd-server.md)
- [History Tracker](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-history-tracker.md)
- [IP6 Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-ip6.md)
- [Joiner](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-joiner.md)
- [Link Metrics Manager](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-link-metrics-manager.md)
- [Link Quality](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-link-quality.md)
- [Link Raw Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-link-raw.md)
- [Logging Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-logging.md)
- [MAC](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-mac.md)
- [Mesh Diagnostic](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-mesh-diag.md)
- [Mesh Forwarder](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-mesh-forwarder.md)
- [Miscellaneous Constants](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-misc.md)
- [MLE Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-mle.md)
- [Multicast DNS](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-mdns.md)
- [NAT64](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-nat64.md)
- [Network Data Publisher](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-netdata-publisher.md)
- [Network Diagnostics](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-network-diagnostic.md)
- [Parent Search](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-parent-search.md)
- [Ping Sender](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-ping-sender.md)
- [Platform Specific Services](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-platform.md)
- [Power Calibration](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-power-calibration.md)
- [Radio Links](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-radio-link.md)
- [Secure Transport](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-secure-transport.md)
- [SNTP Client](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-sntp-client.md)
- [SRP Client](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-srp-client.md)
- [SRP Server](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-srp-server.md)
- [Time Sync Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-time-sync.md)
- [Thread Management Framework Service](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-tmf.md)
- [TREL](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-trel.md)
- [Wake-up](https://docs.silabs.com/openthread/2.7.2/openthread-api/config-wakeup.md)