pub unsafe extern "C" fn otLinkIsCslEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether or not CSL is enabled.

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

@retval TRUE Link layer is CSL enabled. @retval FALSE Link layer is not CSL enabled.