Zephyr API Documentation 4.0.0
A Scalable Open Source RTOS
 4.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
handlers.h File Reference

Go to the source code of this file.

Macros

#define MCUMGR_HANDLER_DEFINE(name, _init)
 Define a MCUmgr handler to register.
 

Typedefs

typedef void(* mcumgr_handler_init_t) (void)
 Type definition for a MCUmgr handler initialisation function.