[][src]Function cmsis_rtos2::cmsis_os2::osMemoryPoolGetBlockSize

pub unsafe extern "C" fn osMemoryPoolGetBlockSize(
    mp_id: osMemoryPoolId_t
) -> u32

Get memory block size in a Memory Pool. \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. \return memory block size in bytes.