forked from M-Labs/artiq
hmc7043: enable group 5
This commit is contained in:
parent
16b917be5d
commit
4eb26c0050
|
@ -273,7 +273,8 @@ pub mod hmc7043 {
|
||||||
write(0x4, (1 << 0) |
|
write(0x4, (1 << 0) |
|
||||||
(1 << 1) |
|
(1 << 1) |
|
||||||
(1 << 3) |
|
(1 << 3) |
|
||||||
(1 << 4));
|
(1 << 4) |
|
||||||
|
(1 << 5));
|
||||||
|
|
||||||
write(0x5c, (HMC_SYSREF_DIV & 0xff) as u8); // Set SYSREF timer divider
|
write(0x5c, (HMC_SYSREF_DIV & 0xff) as u8); // Set SYSREF timer divider
|
||||||
write(0x5d, ((HMC_SYSREF_DIV & 0x0f) >> 8) as u8);
|
write(0x5d, ((HMC_SYSREF_DIV & 0x0f) >> 8) as u8);
|
||||||
|
|
Loading…
Reference in New Issue