esp_idf_svc::sys

Function esp_openthread_netif_glue_init

Source
pub unsafe extern "C" fn esp_openthread_netif_glue_init(
    config: *const esp_openthread_platform_config_t,
) -> *mut c_void
Expand description

@brief This function initializes the OpenThread network interface glue.

@param[in] config The platform configuration.

@return - glue pointer on success - NULL on failure