{"id":76206,"library":"nrf52810-hal","title":"nRF52810 HAL","description":"Hardware Abstraction Layer for nRF52810 microcontrollers, providing peripheral access and initialization.","status":"active","version":"0.19.0","language":"rust","source_language":null,"source_url":"https://github.com/nrf-rs/nrf-hal","tags":["embedded","hal","nrf52810","microcontroller","arm"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnrf52810-hal = \"0.19.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add nrf52810-hal","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Delay","correct":"use nrf52810_hal::hal::delay::Delay;"}],"quickstart":{"code":"use nrf52810_hal::hal::delay::Delay;\nuse nrf52810_hal::pac::Peripherals;\n\nlet p = Peripherals::take().unwrap();\nlet mut delay = Delay::new(p.TIMER0);\ndelay.delay_ms(1000);","lang":"rust","description":"Initialize a delay timer on nRF52810."},"warnings":[],"env_vars":null,"search_vec":"'abstract':4 'access':11 'arm':18 'embed':14 'hal':2,15 'hardwar':3 'initi':13 'layer':5 'microcontrol':8,17 'nrf52810':1,7,16 'peripher':10 'provid':9","created_at":"2026-06-17T19:25:57.885084+00:00","updated_at":"2026-06-17T19:25:57.885084+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nrf-rs/nrf-hal","github":"https://github.com/nrf-rs/nrf-hal","docs":"https://docs.rs/nrf52810-hal/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}