pub unsafe extern "C" fn netdev_register_signal(
    dev: *mut netdev,
    type_: netdev_type_t,
    index: u8
)
Expand description

@brief Signal that the @ref netdev_register function registered the device.

     This function is called right after @ref netdev_register registered
     the device.

@note This function is called only if the CFLAG @ref CONFIG_NETDEV_REGISTER_SIGNAL is set.

@param[in] dev pointer to the device descriptor @param[in] type the driver used for the netdev @param[in] index the index in the config struct