{"id":22911263,"url":"https://github.com/rust-osdev/xhci","last_synced_at":"2025-10-06T00:38:01.150Z","repository":{"id":39655771,"uuid":"299203652","full_name":"rust-osdev/xhci","owner":"rust-osdev","description":"A Rust library which is useful to handle xHCI","archived":false,"fork":false,"pushed_at":"2024-09-02T13:51:10.000Z","size":532,"stargazers_count":43,"open_issues_count":10,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-24T01:03:10.995Z","etag":null,"topics":["os","rust","xhci"],"latest_commit_sha":null,"homepage":"https://docs.rs/xhci/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-osdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"toku-sa-n"}},"created_at":"2020-09-28T05:57:31.000Z","updated_at":"2025-01-31T13:38:34.000Z","dependencies_parsed_at":"2024-12-22T12:15:10.070Z","dependency_job_id":null,"html_url":"https://github.com/rust-osdev/xhci","commit_stats":{"total_commits":466,"total_committers":3,"mean_commits":"155.33333333333334","dds":0.01716738197424894,"last_synced_commit":"e5edfcb147f9488a970c7e8a562ff54004f301ca"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fxhci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fxhci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fxhci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fxhci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-osdev","download_url":"https://codeload.github.com/rust-osdev/xhci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596180,"owners_count":19988041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["os","rust","xhci"],"created_at":"2024-12-14T04:15:56.736Z","updated_at":"2025-10-06T00:37:56.108Z","avatar_url":"https://github.com/rust-osdev.png","language":"Rust","funding_links":["https://github.com/sponsors/toku-sa-n"],"categories":[],"sub_categories":[],"readme":"[![Workflow Status](https://github.com/rust-osdev/xhci/workflows/Rust/badge.svg)](https://github.com/rust-osdev/xhci/actions?query=workflow%3A%22Rust%22)\n[![Crates.io](https://img.shields.io/crates/v/xhci)](https://crates.io/crates/xhci)\n![Crates.io](https://img.shields.io/crates/l/xhci)\n[![docs.rs](https://docs.rs/xhci/badge.svg)](https://docs.rs/xhci/)\n\n# xhci\n\nA library to handle xHCI.\n\nThis crate provides types of the xHCI structures, such as the Registers and Contexts.\nUsers can use this library to implement a USB device deriver on your own OS.\n\nThis crate is `#![no_std]` compatible.\n\n## Examples\n\n```rust\nlet mut r = unsafe { xhci::Registers::new(MMIO_BASE, mapper) };\nlet o = \u0026mut r.operational;\n\no.usbcmd.update(|u| {\n    u.set_run_stop();\n});\nwhile o.usbsts.read().hc_halted() {}\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-osdev%2Fxhci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-osdev%2Fxhci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-osdev%2Fxhci/lists"}