hackrf-hal 0.1.0

Hardware abstraction layer for HackRF
Documentation
Build #55919 2017-06-04 21:25:22

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading hackrf-hal v0.1.0
Downloading lpc43xx v0.0.0
Fresh volatile-register v0.1.2
Compiling lpc43xx v0.0.0
Running `rustc --crate-name lpc43xx .cargo/registry/src/github.com-1ecc6299db9ec823/lpc43xx-0.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f17c84a40a50fa34 -C extra-filename=-f17c84a40a50fa34 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern volatile_register=/home/cratesfyi/cratesfyi/debug/deps/libvolatile_register-bd1a05ad8326c8e1.rlib --extern-version volatile_register=volatile-register,0.1.2 --cap-lints allow`
Documenting hackrf-hal v0.1.0
Running `rustdoc --crate-name hackrf_hal .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lpc43xx=/home/cratesfyi/cratesfyi/debug/deps/liblpc43xx-f17c84a40a50fa34.rlib --extern-version lpc43xx=lpc43xx,0.0.0`
error[E0599]: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Set` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:12:30
|
12 | 		gpio_port().set[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error[E0599]: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Clr` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:16:30
|
16 | 		gpio_port().clr[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error[E0599]: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Not` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:20:30
|
20 | 		gpio_port().not[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error[E0599]: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::W` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:24:44
|
24 | 		gpio_port().w[self.port * 32 + self.pin].write_word(value);
| 		                                         ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `hackrf-hal`.,
cause: process didn't exit successfully: `rustdoc --crate-name hackrf_hal .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lpc43xx=/home/cratesfyi/cratesfyi/debug/deps/liblpc43xx-f17c84a40a50fa34.rlib --extern-version lpc43xx=lpc43xx,0.0.0` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.