[INFO] crate cmsis-rtos2 0.1.1 is already in cache [INFO] documenting cmsis-rtos2-0.1.1 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate cmsis-rtos2 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate cmsis-rtos2 0.1.1 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cmsis-rtos2 0.1.1 [INFO] finished tweaking crates.io crate cmsis-rtos2 0.1.1 [INFO] tweaked toml for crates.io crate cmsis-rtos2 0.1.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b67c15169a4f7859b38393db8713989d180e49721270f646a8231ab201348ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2b67c15169a4f7859b38393db8713989d180e49721270f646a8231ab201348ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b67c15169a4f7859b38393db8713989d180e49721270f646a8231ab201348ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b67c15169a4f7859b38393db8713989d180e49721270f646a8231ab201348ef", kill_on_drop: false }` [INFO] [stdout] 2b67c15169a4f7859b38393db8713989d180e49721270f646a8231ab201348ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35743db8a5346afb4b5b87be3f3aee838f6e405731e2437408eb9327d74edeed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "35743db8a5346afb4b5b87be3f3aee838f6e405731e2437408eb9327d74edeed", kill_on_drop: false }` [INFO] [stderr] Checking cty v0.2.1 [INFO] [stderr] Documenting cmsis-rtos2 v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / #[doc = " Get RTOS Kernel Information."] [INFO] [stdout] 336 | | #[doc = " \\param[out] version pointer to buffer for retrieving version information."] [INFO] [stdout] 337 | | #[doc = " \\param[out] id_buf pointer to buffer for retrieving kernel identification string."] [INFO] [stdout] 338 | | #[doc = " \\param[in] id_size size of buffer for kernel identification string."] [INFO] [stdout] 339 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(intra_doc_link_resolution_failure)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] version pointer to buffer for retrieving version information. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / #[doc = " Get RTOS Kernel Information."] [INFO] [stdout] 336 | | #[doc = " \\param[out] version pointer to buffer for retrieving version information."] [INFO] [stdout] 337 | | #[doc = " \\param[out] id_buf pointer to buffer for retrieving kernel identification string."] [INFO] [stdout] 338 | | #[doc = " \\param[in] id_size size of buffer for kernel identification string."] [INFO] [stdout] 339 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] id_buf pointer to buffer for retrieving kernel identification string. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / #[doc = " Get RTOS Kernel Information."] [INFO] [stdout] 336 | | #[doc = " \\param[out] version pointer to buffer for retrieving version information."] [INFO] [stdout] 337 | | #[doc = " \\param[out] id_buf pointer to buffer for retrieving kernel identification string."] [INFO] [stdout] 338 | | #[doc = " \\param[in] id_size size of buffer for kernel identification string."] [INFO] [stdout] 339 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] id_size size of buffer for kernel identification string. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | / #[doc = " Restore the RTOS Kernel scheduler lock state."] [INFO] [stdout] 368 | | #[doc = " \\param[in] lock lock state obtained by \\ref osKernelLock or \\ref osKernelUnlock."] [INFO] [stdout] 369 | | #[doc = " \\return new lock state (1 - locked, 0 - not locked, error code if negative)."] [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] lock lock state obtained by \ref osKernelLock or \ref osKernelUnlock. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 378 | / #[doc = " Resume the RTOS Kernel scheduler."] [INFO] [stdout] 379 | | #[doc = " \\param[in] sleep_ticks time in ticks for how long the system was in sleep or power-down mode."] [INFO] [stdout] | |____________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] sleep_ticks time in ticks for how long the system was in sleep or power-down mode. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | / #[doc = " Create a thread and add it to Active Threads."] [INFO] [stdout] 404 | | #[doc = " \\param[in] func thread function."] [INFO] [stdout] 405 | | #[doc = " \\param[in] argument pointer that is passed to the thread function as start argument."] [INFO] [stdout] 406 | | #[doc = " \\param[in] attr thread attributes; NULL: default values."] [INFO] [stdout] 407 | | #[doc = " \\return thread ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] func thread function. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | / #[doc = " Create a thread and add it to Active Threads."] [INFO] [stdout] 404 | | #[doc = " \\param[in] func thread function."] [INFO] [stdout] 405 | | #[doc = " \\param[in] argument pointer that is passed to the thread function as start argument."] [INFO] [stdout] 406 | | #[doc = " \\param[in] attr thread attributes; NULL: default values."] [INFO] [stdout] 407 | | #[doc = " \\return thread ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] argument pointer that is passed to the thread function as start argument. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | / #[doc = " Create a thread and add it to Active Threads."] [INFO] [stdout] 404 | | #[doc = " \\param[in] func thread function."] [INFO] [stdout] 405 | | #[doc = " \\param[in] argument pointer that is passed to the thread function as start argument."] [INFO] [stdout] 406 | | #[doc = " \\param[in] attr thread attributes; NULL: default values."] [INFO] [stdout] 407 | | #[doc = " \\return thread ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr thread attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | / #[doc = " Get name of a thread."] [INFO] [stdout] 416 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 417 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | / #[doc = " Get current thread state of a thread."] [INFO] [stdout] 427 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 428 | | #[doc = " \\return current thread state of the specified thread."] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 432 | / #[doc = " Get stack size of a thread."] [INFO] [stdout] 433 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 434 | | #[doc = " \\return stack size in bytes."] [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:438:5 [INFO] [stdout] | [INFO] [stdout] 438 | / #[doc = " Get available stack space of a thread based on stack watermark recording during execution."] [INFO] [stdout] 439 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 440 | | #[doc = " \\return remaining stack space in bytes."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | / #[doc = " Change priority of a thread."] [INFO] [stdout] 445 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 446 | | #[doc = " \\param[in] priority new priority value for the thread function."] [INFO] [stdout] 447 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | / #[doc = " Change priority of a thread."] [INFO] [stdout] 445 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 446 | | #[doc = " \\param[in] priority new priority value for the thread function."] [INFO] [stdout] 447 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] priority new priority value for the thread function. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 451 | / #[doc = " Get current priority of a thread."] [INFO] [stdout] 452 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 453 | | #[doc = " \\return current priority value of the specified thread."] [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:462:5 [INFO] [stdout] | [INFO] [stdout] 462 | / #[doc = " Suspend execution of a thread."] [INFO] [stdout] 463 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 464 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:468:5 [INFO] [stdout] | [INFO] [stdout] 468 | / #[doc = " Resume execution of a thread."] [INFO] [stdout] 469 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 470 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:474:5 [INFO] [stdout] | [INFO] [stdout] 474 | / #[doc = " Detach a thread (thread storage can be reclaimed when thread terminates)."] [INFO] [stdout] 475 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 476 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | / #[doc = " Wait for specified thread to terminate."] [INFO] [stdout] 481 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 482 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:490:5 [INFO] [stdout] | [INFO] [stdout] 490 | / #[doc = " Terminate execution of a thread."] [INFO] [stdout] 491 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 492 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 501 | / #[doc = " Enumerate active threads."] [INFO] [stdout] 502 | | #[doc = " \\param[out] thread_array pointer to array for retrieving thread IDs."] [INFO] [stdout] 503 | | #[doc = " \\param[in] array_items maximum number of items in array for retrieving thread IDs."] [INFO] [stdout] 504 | | #[doc = " \\return number of enumerated threads."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] thread_array pointer to array for retrieving thread IDs. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 501 | / #[doc = " Enumerate active threads."] [INFO] [stdout] 502 | | #[doc = " \\param[out] thread_array pointer to array for retrieving thread IDs."] [INFO] [stdout] 503 | | #[doc = " \\param[in] array_items maximum number of items in array for retrieving thread IDs."] [INFO] [stdout] 504 | | #[doc = " \\return number of enumerated threads."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] array_items maximum number of items in array for retrieving thread IDs. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | / #[doc = " Set the specified Thread Flags of a thread."] [INFO] [stdout] 509 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 510 | | #[doc = " \\param[in] flags specifies the flags of the thread that shall be set."] [INFO] [stdout] 511 | | #[doc = " \\return thread flags after setting or error code if highest bit set."] [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | / #[doc = " Set the specified Thread Flags of a thread."] [INFO] [stdout] 509 | | #[doc = " \\param[in] thread_id thread ID obtained by \\ref osThreadNew or \\ref osThreadGetId."] [INFO] [stdout] 510 | | #[doc = " \\param[in] flags specifies the flags of the thread that shall be set."] [INFO] [stdout] 511 | | #[doc = " \\return thread flags after setting or error code if highest bit set."] [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags of the thread that shall be set. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | / #[doc = " Clear the specified Thread Flags of current running thread."] [INFO] [stdout] 516 | | #[doc = " \\param[in] flags specifies the flags of the thread that shall be cleared."] [INFO] [stdout] 517 | | #[doc = " \\return thread flags before clearing or error code if highest bit set."] [INFO] [stdout] | |_______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags of the thread that shall be cleared. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 526 | / #[doc = " Wait for one or more Thread Flags of the current running thread to become signaled."] [INFO] [stdout] 527 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 528 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 529 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 530 | | #[doc = " \\return thread flags before clearing or error code if highest bit set."] [INFO] [stdout] | |_______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags to wait for. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 526 | / #[doc = " Wait for one or more Thread Flags of the current running thread to become signaled."] [INFO] [stdout] 527 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 528 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 529 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 530 | | #[doc = " \\return thread flags before clearing or error code if highest bit set."] [INFO] [stdout] | |_______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] options specifies flags options (osFlagsXxxx). [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 526 | / #[doc = " Wait for one or more Thread Flags of the current running thread to become signaled."] [INFO] [stdout] 527 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 528 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 529 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 530 | | #[doc = " \\return thread flags before clearing or error code if highest bit set."] [INFO] [stdout] | |_______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | / #[doc = " Wait for Timeout (Time Delay)."] [INFO] [stdout] 535 | | #[doc = " \\param[in] ticks \\ref CMSIS_RTOS_TimeOutValue \"time ticks\" value"] [INFO] [stdout] 536 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ticks \ref CMSIS_RTOS_TimeOutValue "time ticks" value [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:540:5 [INFO] [stdout] | [INFO] [stdout] 540 | / #[doc = " Wait until specified time."] [INFO] [stdout] 541 | | #[doc = " \\param[in] ticks absolute time in ticks"] [INFO] [stdout] 542 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ticks absolute time in ticks [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / #[doc = " Create and Initialize a timer."] [INFO] [stdout] 547 | | #[doc = " \\param[in] func function pointer to callback function."] [INFO] [stdout] 548 | | #[doc = " \\param[in] type \\ref osTimerOnce for one-shot or \\ref osTimerPeriodic for periodic behavior."] [INFO] [stdout] 549 | | #[doc = " \\param[in] argument argument to the timer callback function."] [INFO] [stdout] 550 | | #[doc = " \\param[in] attr timer attributes; NULL: default values."] [INFO] [stdout] 551 | | #[doc = " \\return timer ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] func function pointer to callback function. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / #[doc = " Create and Initialize a timer."] [INFO] [stdout] 547 | | #[doc = " \\param[in] func function pointer to callback function."] [INFO] [stdout] 548 | | #[doc = " \\param[in] type \\ref osTimerOnce for one-shot or \\ref osTimerPeriodic for periodic behavior."] [INFO] [stdout] 549 | | #[doc = " \\param[in] argument argument to the timer callback function."] [INFO] [stdout] 550 | | #[doc = " \\param[in] attr timer attributes; NULL: default values."] [INFO] [stdout] 551 | | #[doc = " \\return timer ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] type \ref osTimerOnce for one-shot or \ref osTimerPeriodic for periodic behavior. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / #[doc = " Create and Initialize a timer."] [INFO] [stdout] 547 | | #[doc = " \\param[in] func function pointer to callback function."] [INFO] [stdout] 548 | | #[doc = " \\param[in] type \\ref osTimerOnce for one-shot or \\ref osTimerPeriodic for periodic behavior."] [INFO] [stdout] 549 | | #[doc = " \\param[in] argument argument to the timer callback function."] [INFO] [stdout] 550 | | #[doc = " \\param[in] attr timer attributes; NULL: default values."] [INFO] [stdout] 551 | | #[doc = " \\return timer ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] argument argument to the timer callback function. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | / #[doc = " Create and Initialize a timer."] [INFO] [stdout] 547 | | #[doc = " \\param[in] func function pointer to callback function."] [INFO] [stdout] 548 | | #[doc = " \\param[in] type \\ref osTimerOnce for one-shot or \\ref osTimerPeriodic for periodic behavior."] [INFO] [stdout] 549 | | #[doc = " \\param[in] argument argument to the timer callback function."] [INFO] [stdout] 550 | | #[doc = " \\param[in] attr timer attributes; NULL: default values."] [INFO] [stdout] 551 | | #[doc = " \\return timer ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr timer attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:560:5 [INFO] [stdout] | [INFO] [stdout] 560 | / #[doc = " Get name of a timer."] [INFO] [stdout] 561 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 562 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timer_id timer ID obtained by \ref osTimerNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:566:5 [INFO] [stdout] | [INFO] [stdout] 566 | / #[doc = " Start or restart a timer."] [INFO] [stdout] 567 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 568 | | #[doc = " \\param[in] ticks \\ref CMSIS_RTOS_TimeOutValue \"time ticks\" value of the timer."] [INFO] [stdout] 569 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timer_id timer ID obtained by \ref osTimerNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:566:5 [INFO] [stdout] | [INFO] [stdout] 566 | / #[doc = " Start or restart a timer."] [INFO] [stdout] 567 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 568 | | #[doc = " \\param[in] ticks \\ref CMSIS_RTOS_TimeOutValue \"time ticks\" value of the timer."] [INFO] [stdout] 569 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ticks \ref CMSIS_RTOS_TimeOutValue "time ticks" value of the timer. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:573:5 [INFO] [stdout] | [INFO] [stdout] 573 | / #[doc = " Stop a timer."] [INFO] [stdout] 574 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 575 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timer_id timer ID obtained by \ref osTimerNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:579:5 [INFO] [stdout] | [INFO] [stdout] 579 | / #[doc = " Check if a timer is running."] [INFO] [stdout] 580 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 581 | | #[doc = " \\return 0 not running, 1 running."] [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timer_id timer ID obtained by \ref osTimerNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:585:5 [INFO] [stdout] | [INFO] [stdout] 585 | / #[doc = " Delete a timer."] [INFO] [stdout] 586 | | #[doc = " \\param[in] timer_id timer ID obtained by \\ref osTimerNew."] [INFO] [stdout] 587 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timer_id timer ID obtained by \ref osTimerNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:591:5 [INFO] [stdout] | [INFO] [stdout] 591 | / #[doc = " Create and Initialize an Event Flags object."] [INFO] [stdout] 592 | | #[doc = " \\param[in] attr event flags attributes; NULL: default values."] [INFO] [stdout] 593 | | #[doc = " \\return event flags ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr event flags attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:597:5 [INFO] [stdout] | [INFO] [stdout] 597 | / #[doc = " Get name of an Event Flags object."] [INFO] [stdout] 598 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 599 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:603:5 [INFO] [stdout] | [INFO] [stdout] 603 | / #[doc = " Set the specified Event Flags."] [INFO] [stdout] 604 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 605 | | #[doc = " \\param[in] flags specifies the flags that shall be set."] [INFO] [stdout] 606 | | #[doc = " \\return event flags after setting or error code if highest bit set."] [INFO] [stdout] | |____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:603:5 [INFO] [stdout] | [INFO] [stdout] 603 | / #[doc = " Set the specified Event Flags."] [INFO] [stdout] 604 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 605 | | #[doc = " \\param[in] flags specifies the flags that shall be set."] [INFO] [stdout] 606 | | #[doc = " \\return event flags after setting or error code if highest bit set."] [INFO] [stdout] | |____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags that shall be set. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | / #[doc = " Clear the specified Event Flags."] [INFO] [stdout] 611 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 612 | | #[doc = " \\param[in] flags specifies the flags that shall be cleared."] [INFO] [stdout] 613 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | / #[doc = " Clear the specified Event Flags."] [INFO] [stdout] 611 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 612 | | #[doc = " \\param[in] flags specifies the flags that shall be cleared."] [INFO] [stdout] 613 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags that shall be cleared. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:617:5 [INFO] [stdout] | [INFO] [stdout] 617 | / #[doc = " Get the current Event Flags."] [INFO] [stdout] 618 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 619 | | #[doc = " \\return current event flags."] [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:623:5 [INFO] [stdout] | [INFO] [stdout] 623 | / #[doc = " Wait for one or more Event Flags to become signaled."] [INFO] [stdout] 624 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 625 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 626 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 627 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 628 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:623:5 [INFO] [stdout] | [INFO] [stdout] 623 | / #[doc = " Wait for one or more Event Flags to become signaled."] [INFO] [stdout] 624 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 625 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 626 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 627 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 628 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] flags specifies the flags to wait for. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:623:5 [INFO] [stdout] | [INFO] [stdout] 623 | / #[doc = " Wait for one or more Event Flags to become signaled."] [INFO] [stdout] 624 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 625 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 626 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 627 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 628 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] options specifies flags options (osFlagsXxxx). [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:623:5 [INFO] [stdout] | [INFO] [stdout] 623 | / #[doc = " Wait for one or more Event Flags to become signaled."] [INFO] [stdout] 624 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 625 | | #[doc = " \\param[in] flags specifies the flags to wait for."] [INFO] [stdout] 626 | | #[doc = " \\param[in] options specifies flags options (osFlagsXxxx)."] [INFO] [stdout] 627 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 628 | | #[doc = " \\return event flags before clearing or error code if highest bit set."] [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 633 | / #[doc = " Delete an Event Flags object."] [INFO] [stdout] 634 | | #[doc = " \\param[in] ef_id event flags ID obtained by \\ref osEventFlagsNew."] [INFO] [stdout] 635 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:639:5 [INFO] [stdout] | [INFO] [stdout] 639 | / #[doc = " Create and Initialize a Mutex object."] [INFO] [stdout] 640 | | #[doc = " \\param[in] attr mutex attributes; NULL: default values."] [INFO] [stdout] 641 | | #[doc = " \\return mutex ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr mutex attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:645:5 [INFO] [stdout] | [INFO] [stdout] 645 | / #[doc = " Get name of a Mutex object."] [INFO] [stdout] 646 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 647 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mutex_id mutex ID obtained by \ref osMutexNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:651:5 [INFO] [stdout] | [INFO] [stdout] 651 | / #[doc = " Acquire a Mutex or timeout if it is locked."] [INFO] [stdout] 652 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 653 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 654 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mutex_id mutex ID obtained by \ref osMutexNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:651:5 [INFO] [stdout] | [INFO] [stdout] 651 | / #[doc = " Acquire a Mutex or timeout if it is locked."] [INFO] [stdout] 652 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 653 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 654 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:658:5 [INFO] [stdout] | [INFO] [stdout] 658 | / #[doc = " Release a Mutex that was acquired by \\ref osMutexAcquire."] [INFO] [stdout] 659 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 660 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mutex_id mutex ID obtained by \ref osMutexNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | / #[doc = " Get Thread which owns a Mutex object."] [INFO] [stdout] 665 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 666 | | #[doc = " \\return thread ID of owner thread or NULL when mutex was not acquired."] [INFO] [stdout] | |_______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mutex_id mutex ID obtained by \ref osMutexNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:670:5 [INFO] [stdout] | [INFO] [stdout] 670 | / #[doc = " Delete a Mutex object."] [INFO] [stdout] 671 | | #[doc = " \\param[in] mutex_id mutex ID obtained by \\ref osMutexNew."] [INFO] [stdout] 672 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mutex_id mutex ID obtained by \ref osMutexNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:676:5 [INFO] [stdout] | [INFO] [stdout] 676 | / #[doc = " Create and Initialize a Semaphore object."] [INFO] [stdout] 677 | | #[doc = " \\param[in] max_count maximum number of available tokens."] [INFO] [stdout] 678 | | #[doc = " \\param[in] initial_count initial number of available tokens."] [INFO] [stdout] 679 | | #[doc = " \\param[in] attr semaphore attributes; NULL: default values."] [INFO] [stdout] 680 | | #[doc = " \\return semaphore ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] max_count maximum number of available tokens. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:676:5 [INFO] [stdout] | [INFO] [stdout] 676 | / #[doc = " Create and Initialize a Semaphore object."] [INFO] [stdout] 677 | | #[doc = " \\param[in] max_count maximum number of available tokens."] [INFO] [stdout] 678 | | #[doc = " \\param[in] initial_count initial number of available tokens."] [INFO] [stdout] 679 | | #[doc = " \\param[in] attr semaphore attributes; NULL: default values."] [INFO] [stdout] 680 | | #[doc = " \\return semaphore ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] initial_count initial number of available tokens. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:676:5 [INFO] [stdout] | [INFO] [stdout] 676 | / #[doc = " Create and Initialize a Semaphore object."] [INFO] [stdout] 677 | | #[doc = " \\param[in] max_count maximum number of available tokens."] [INFO] [stdout] 678 | | #[doc = " \\param[in] initial_count initial number of available tokens."] [INFO] [stdout] 679 | | #[doc = " \\param[in] attr semaphore attributes; NULL: default values."] [INFO] [stdout] 680 | | #[doc = " \\return semaphore ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr semaphore attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:688:5 [INFO] [stdout] | [INFO] [stdout] 688 | / #[doc = " Get name of a Semaphore object."] [INFO] [stdout] 689 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 690 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:694:5 [INFO] [stdout] | [INFO] [stdout] 694 | / #[doc = " Acquire a Semaphore token or timeout if no tokens are available."] [INFO] [stdout] 695 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 696 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 697 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:694:5 [INFO] [stdout] | [INFO] [stdout] 694 | / #[doc = " Acquire a Semaphore token or timeout if no tokens are available."] [INFO] [stdout] 695 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 696 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 697 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:701:5 [INFO] [stdout] | [INFO] [stdout] 701 | / #[doc = " Release a Semaphore token up to the initial maximum count."] [INFO] [stdout] 702 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 703 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:707:5 [INFO] [stdout] | [INFO] [stdout] 707 | / #[doc = " Get current Semaphore token count."] [INFO] [stdout] 708 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 709 | | #[doc = " \\return number of tokens available."] [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 713 | / #[doc = " Delete a Semaphore object."] [INFO] [stdout] 714 | | #[doc = " \\param[in] semaphore_id semaphore ID obtained by \\ref osSemaphoreNew."] [INFO] [stdout] 715 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:719:5 [INFO] [stdout] | [INFO] [stdout] 719 | / #[doc = " Create and Initialize a Memory Pool object."] [INFO] [stdout] 720 | | #[doc = " \\param[in] block_count maximum number of memory blocks in memory pool."] [INFO] [stdout] 721 | | #[doc = " \\param[in] block_size memory block size in bytes."] [INFO] [stdout] 722 | | #[doc = " \\param[in] attr memory pool attributes; NULL: default values."] [INFO] [stdout] 723 | | #[doc = " \\return memory pool ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] block_count maximum number of memory blocks in memory pool. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:719:5 [INFO] [stdout] | [INFO] [stdout] 719 | / #[doc = " Create and Initialize a Memory Pool object."] [INFO] [stdout] 720 | | #[doc = " \\param[in] block_count maximum number of memory blocks in memory pool."] [INFO] [stdout] 721 | | #[doc = " \\param[in] block_size memory block size in bytes."] [INFO] [stdout] 722 | | #[doc = " \\param[in] attr memory pool attributes; NULL: default values."] [INFO] [stdout] 723 | | #[doc = " \\return memory pool ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] block_size memory block size in bytes. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:719:5 [INFO] [stdout] | [INFO] [stdout] 719 | / #[doc = " Create and Initialize a Memory Pool object."] [INFO] [stdout] 720 | | #[doc = " \\param[in] block_count maximum number of memory blocks in memory pool."] [INFO] [stdout] 721 | | #[doc = " \\param[in] block_size memory block size in bytes."] [INFO] [stdout] 722 | | #[doc = " \\param[in] attr memory pool attributes; NULL: default values."] [INFO] [stdout] 723 | | #[doc = " \\return memory pool ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr memory pool attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:731:5 [INFO] [stdout] | [INFO] [stdout] 731 | / #[doc = " Get name of a Memory Pool object."] [INFO] [stdout] 732 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 733 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:737:5 [INFO] [stdout] | [INFO] [stdout] 737 | / #[doc = " Allocate a memory block from a Memory Pool."] [INFO] [stdout] 738 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 739 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 740 | | #[doc = " \\return address of the allocated memory block or NULL in case of no memory is available."] [INFO] [stdout] | |_________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:737:5 [INFO] [stdout] | [INFO] [stdout] 737 | / #[doc = " Allocate a memory block from a Memory Pool."] [INFO] [stdout] 738 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 739 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 740 | | #[doc = " \\return address of the allocated memory block or NULL in case of no memory is available."] [INFO] [stdout] | |_________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | / #[doc = " Return an allocated memory block back to a Memory Pool."] [INFO] [stdout] 745 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 746 | | #[doc = " \\param[in] block address of the allocated memory block to be returned to the memory pool."] [INFO] [stdout] 747 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | / #[doc = " Return an allocated memory block back to a Memory Pool."] [INFO] [stdout] 745 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 746 | | #[doc = " \\param[in] block address of the allocated memory block to be returned to the memory pool."] [INFO] [stdout] 747 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] block address of the allocated memory block to be returned to the memory pool. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:751:5 [INFO] [stdout] | [INFO] [stdout] 751 | / #[doc = " Get maximum number of memory blocks in a Memory Pool."] [INFO] [stdout] 752 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 753 | | #[doc = " \\return maximum number of memory blocks."] [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:757:5 [INFO] [stdout] | [INFO] [stdout] 757 | / #[doc = " Get memory block size in a Memory Pool."] [INFO] [stdout] 758 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 759 | | #[doc = " \\return memory block size in bytes."] [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:763:5 [INFO] [stdout] | [INFO] [stdout] 763 | / #[doc = " Get number of memory blocks used in a Memory Pool."] [INFO] [stdout] 764 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 765 | | #[doc = " \\return number of memory blocks used."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | / #[doc = " Get number of memory blocks available in a Memory Pool."] [INFO] [stdout] 770 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 771 | | #[doc = " \\return number of memory blocks available."] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:775:5 [INFO] [stdout] | [INFO] [stdout] 775 | / #[doc = " Delete a Memory Pool object."] [INFO] [stdout] 776 | | #[doc = " \\param[in] mp_id memory pool ID obtained by \\ref osMemoryPoolNew."] [INFO] [stdout] 777 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mp_id memory pool ID obtained by \ref osMemoryPoolNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 781 | / #[doc = " Create and Initialize a Message Queue object."] [INFO] [stdout] 782 | | #[doc = " \\param[in] msg_count maximum number of messages in queue."] [INFO] [stdout] 783 | | #[doc = " \\param[in] msg_size maximum message size in bytes."] [INFO] [stdout] 784 | | #[doc = " \\param[in] attr message queue attributes; NULL: default values."] [INFO] [stdout] 785 | | #[doc = " \\return message queue ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] msg_count maximum number of messages in queue. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 781 | / #[doc = " Create and Initialize a Message Queue object."] [INFO] [stdout] 782 | | #[doc = " \\param[in] msg_count maximum number of messages in queue."] [INFO] [stdout] 783 | | #[doc = " \\param[in] msg_size maximum message size in bytes."] [INFO] [stdout] 784 | | #[doc = " \\param[in] attr message queue attributes; NULL: default values."] [INFO] [stdout] 785 | | #[doc = " \\return message queue ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] msg_size maximum message size in bytes. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 781 | / #[doc = " Create and Initialize a Message Queue object."] [INFO] [stdout] 782 | | #[doc = " \\param[in] msg_count maximum number of messages in queue."] [INFO] [stdout] 783 | | #[doc = " \\param[in] msg_size maximum message size in bytes."] [INFO] [stdout] 784 | | #[doc = " \\param[in] attr message queue attributes; NULL: default values."] [INFO] [stdout] 785 | | #[doc = " \\return message queue ID for reference by other functions or NULL in case of error."] [INFO] [stdout] | |____________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] attr message queue attributes; NULL: default values. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:793:5 [INFO] [stdout] | [INFO] [stdout] 793 | / #[doc = " Get name of a Message Queue object."] [INFO] [stdout] 794 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 795 | | #[doc = " \\return name as null-terminated string."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:799:5 [INFO] [stdout] | [INFO] [stdout] 799 | / #[doc = " Put a Message into a Queue or timeout if Queue is full."] [INFO] [stdout] 800 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 801 | | #[doc = " \\param[in] msg_ptr pointer to buffer with message to put into a queue."] [INFO] [stdout] 802 | | #[doc = " \\param[in] msg_prio message priority."] [INFO] [stdout] 803 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 804 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:799:5 [INFO] [stdout] | [INFO] [stdout] 799 | / #[doc = " Put a Message into a Queue or timeout if Queue is full."] [INFO] [stdout] 800 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 801 | | #[doc = " \\param[in] msg_ptr pointer to buffer with message to put into a queue."] [INFO] [stdout] 802 | | #[doc = " \\param[in] msg_prio message priority."] [INFO] [stdout] 803 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 804 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] msg_ptr pointer to buffer with message to put into a queue. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:799:5 [INFO] [stdout] | [INFO] [stdout] 799 | / #[doc = " Put a Message into a Queue or timeout if Queue is full."] [INFO] [stdout] 800 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 801 | | #[doc = " \\param[in] msg_ptr pointer to buffer with message to put into a queue."] [INFO] [stdout] 802 | | #[doc = " \\param[in] msg_prio message priority."] [INFO] [stdout] 803 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 804 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] msg_prio message priority. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:799:5 [INFO] [stdout] | [INFO] [stdout] 799 | / #[doc = " Put a Message into a Queue or timeout if Queue is full."] [INFO] [stdout] 800 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 801 | | #[doc = " \\param[in] msg_ptr pointer to buffer with message to put into a queue."] [INFO] [stdout] 802 | | #[doc = " \\param[in] msg_prio message priority."] [INFO] [stdout] 803 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 804 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:813:5 [INFO] [stdout] | [INFO] [stdout] 813 | / #[doc = " Get a Message from a Queue or timeout if Queue is empty."] [INFO] [stdout] 814 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 815 | | #[doc = " \\param[out] msg_ptr pointer to buffer for message to get from a queue."] [INFO] [stdout] 816 | | #[doc = " \\param[out] msg_prio pointer to buffer for message priority or NULL."] [INFO] [stdout] 817 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 818 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:813:5 [INFO] [stdout] | [INFO] [stdout] 813 | / #[doc = " Get a Message from a Queue or timeout if Queue is empty."] [INFO] [stdout] 814 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 815 | | #[doc = " \\param[out] msg_ptr pointer to buffer for message to get from a queue."] [INFO] [stdout] 816 | | #[doc = " \\param[out] msg_prio pointer to buffer for message priority or NULL."] [INFO] [stdout] 817 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 818 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] msg_ptr pointer to buffer for message to get from a queue. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:813:5 [INFO] [stdout] | [INFO] [stdout] 813 | / #[doc = " Get a Message from a Queue or timeout if Queue is empty."] [INFO] [stdout] 814 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 815 | | #[doc = " \\param[out] msg_ptr pointer to buffer for message to get from a queue."] [INFO] [stdout] 816 | | #[doc = " \\param[out] msg_prio pointer to buffer for message priority or NULL."] [INFO] [stdout] 817 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 818 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] msg_prio pointer to buffer for message priority or NULL. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:813:5 [INFO] [stdout] | [INFO] [stdout] 813 | / #[doc = " Get a Message from a Queue or timeout if Queue is empty."] [INFO] [stdout] 814 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 815 | | #[doc = " \\param[out] msg_ptr pointer to buffer for message to get from a queue."] [INFO] [stdout] 816 | | #[doc = " \\param[out] msg_prio pointer to buffer for message priority or NULL."] [INFO] [stdout] 817 | | #[doc = " \\param[in] timeout \\ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out."] [INFO] [stdout] 818 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:827:5 [INFO] [stdout] | [INFO] [stdout] 827 | / #[doc = " Get maximum number of messages in a Message Queue."] [INFO] [stdout] 828 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 829 | | #[doc = " \\return maximum number of messages."] [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:833:5 [INFO] [stdout] | [INFO] [stdout] 833 | / #[doc = " Get maximum message size in a Memory Pool."] [INFO] [stdout] 834 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 835 | | #[doc = " \\return maximum message size in bytes."] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:839:5 [INFO] [stdout] | [INFO] [stdout] 839 | / #[doc = " Get number of queued messages in a Message Queue."] [INFO] [stdout] 840 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 841 | | #[doc = " \\return number of queued messages."] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:845:5 [INFO] [stdout] | [INFO] [stdout] 845 | / #[doc = " Get number of available slots for messages in a Message Queue."] [INFO] [stdout] 846 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 847 | | #[doc = " \\return number of available slots for messages."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:851:5 [INFO] [stdout] | [INFO] [stdout] 851 | / #[doc = " Reset a Message Queue to initial empty state."] [INFO] [stdout] 852 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 853 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/cmsis_os2.rs:857:5 [INFO] [stdout] | [INFO] [stdout] 857 | / #[doc = " Delete a Message Queue object."] [INFO] [stdout] 858 | | #[doc = " \\param[in] mq_id message queue ID obtained by \\ref osMessageQueueNew."] [INFO] [stdout] 859 | | #[doc = " \\return status code that indicates the execution status of the function."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] mq_id message queue ID obtained by \ref osMessageQueueNew. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/os_tick.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / #[doc = " Setup OS Tick timer to generate periodic RTOS Kernel Ticks"] [INFO] [stdout] 13 | | #[doc = " \\param[in] freq tick frequency in Hz"] [INFO] [stdout] 14 | | #[doc = " \\param[in] handler tick IRQ handler"] [INFO] [stdout] 15 | | #[doc = " \\return 0 on success, -1 on error."] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] freq tick frequency in Hz [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/os_tick.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / #[doc = " Setup OS Tick timer to generate periodic RTOS Kernel Ticks"] [INFO] [stdout] 13 | | #[doc = " \\param[in] freq tick frequency in Hz"] [INFO] [stdout] 14 | | #[doc = " \\param[in] handler tick IRQ handler"] [INFO] [stdout] 15 | | #[doc = " \\return 0 on success, -1 on error."] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[in] handler tick IRQ handler [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 101 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `cmsis-rtos2`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name cmsis_rtos2 src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern cty=/opt/rustwide/target/debug/deps/libcty-0e8310cc5ec32a4f.rmeta --cap-lints=forbid` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "35743db8a5346afb4b5b87be3f3aee838f6e405731e2437408eb9327d74edeed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35743db8a5346afb4b5b87be3f3aee838f6e405731e2437408eb9327d74edeed", kill_on_drop: false }` [INFO] [stdout] 35743db8a5346afb4b5b87be3f3aee838f6e405731e2437408eb9327d74edeed