tps6507x

Crates.iotps6507x
lib.rstps6507x
version0.1.0
sourcesrc
created_at2021-02-09 10:14:46.859359
updated_at2021-02-09 10:37:12.378514
descriptionThis is a platform agnostic Rust driver for the TPS6507x series Texas Instruments power management ICs
homepagehttps://github.com/ButtNaked/tps6507x-rs
repositoryhttps://github.com/ButtNaked/tps6507x-rs
max_upload_size
id352693
size2,222,085
Roman Maslennikov (ByteNacked)

documentation

https://docs.rs/tps6507x

README

[WIP] Rust TPS6507x series Texas Instruments power management IC

This is a platform agnostic Rust driver for the TPS6507x series Texas Instruments power management ICs, based on the embedded-hal traits.

The devices

The TPS6507x family of devices are single-chip power management ICs (PMICs) for portable applications consisting of a battery charger with power path management for a single Li-Ion or Li-Polymer cell. The charger can either be supplied by a USB port on pin USB or by a DC voltage from a wall adapter connected to pin AC. Three highly efficient 2.25-MHz step-down converters are targeted at providing the core voltage, memory,and I/O voltage in a processor-based system. The step-down converters enter a low power mode at light load for maximum efficiency across the widest possible range of load currents.

Datasheets:

Usage

This crate is WIP

NOT intended for any serious usage.

Support

For questions, issues, feature requests, and other changes, please file an issue in the github project.

License

Licensed under either of

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 15

cargo fmt