pub unsafe extern "C" fn otPlatFlashGetSwapSize(
aInstance: *mut otInstance,
) -> u32
Expand description
Gets the size of the swap space.
@param[in] aInstance The OpenThread instance structure.
@returns The size of the swap space in bytes.
pub unsafe extern "C" fn otPlatFlashGetSwapSize(
aInstance: *mut otInstance,
) -> u32
Gets the size of the swap space.
@param[in] aInstance The OpenThread instance structure.
@returns The size of the swap space in bytes.