Modules§
- ble
- bump
- A super-simple bump allocator that allocates off from a fixed-size array.
- eth
- matter
- mdns
- nal
- network
- rand
- A simple adaptor to convert between
rand_coreV0.6 andrand_coreV0.9 - udp
- UDP transport implementation for edge-nal
- utils
- wireless
Macros§
Structs§
- Matter
Stack - The
MatterStackstruct is the main entry point for the Matter stack.
Traits§
- User
Task - A trait representing a user task that needs access to the operational network interface (Netif and net stack) to perform its work.
Type Aliases§
- Matter
Stack Interaction Model - Matter
Stack Interaction Model State - The
InteractionModelStatespecialization owned byMatterStack.