Skip to main content

otPlatMessagePoolDeinit

Function otPlatMessagePoolDeinit 

Source
pub unsafe extern "C" fn otPlatMessagePoolDeinit(
    aInstance: *mut otInstance,
)
Expand description

Deinitialize the platform implemented message pool.

Is used when OPENTHREAD_CONFIG_PLATFORM_MESSAGE_MANAGEMENT is enabled.

@param[in] aInstance A pointer to the OpenThread instance.