#[repr(u8)]pub enum Osr {
Show 32 variants
Default = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
Osr4 = 3,
Osr5 = 4,
Osr6 = 5,
Osr7 = 6,
Osr8 = 7,
Osr9 = 8,
Osr10 = 9,
Osr11 = 10,
Osr12 = 11,
Osr13 = 12,
Osr14 = 13,
Osr15 = 14,
Osr16 = 15,
Osr17 = 16,
Osr18 = 17,
Osr19 = 18,
Osr20 = 19,
Osr21 = 20,
Osr22 = 21,
Osr23 = 22,
Osr24 = 23,
Osr25 = 24,
Osr26 = 25,
Osr27 = 26,
Osr28 = 27,
Osr29 = 28,
Osr30 = 29,
Osr31 = 30,
Osr32 = 31,
}Variants§
Default = 0
Writing 0 to this field results in an oversampling ratio of 16.
_RESERVED_1 = 1
_RESERVED_2 = 2
Osr4 = 3
Oversampling ratio of 4, requires BOTHEDGE to be set.
Osr5 = 4
Oversampling ratio of 5, requires BOTHEDGE to be set.
Osr6 = 5
Oversampling ratio of 6, requires BOTHEDGE to be set.
Osr7 = 6
Oversampling ratio of 7, requires BOTHEDGE to be set.
Osr8 = 7
Oversampling ratio of 8.
Osr9 = 8
Oversampling ratio of 9.
Osr10 = 9
Oversampling ratio of 10.
Osr11 = 10
Oversampling ratio of 11.
Osr12 = 11
Oversampling ratio of 12.
Osr13 = 12
Oversampling ratio of 13.
Osr14 = 13
Oversampling ratio of 14.
Osr15 = 14
Oversampling ratio of 15.
Osr16 = 15
Oversampling ratio of 16.
Osr17 = 16
Oversampling ratio of 17.
Osr18 = 17
Oversampling ratio of 18.
Osr19 = 18
Oversampling ratio of 19.
Osr20 = 19
Oversampling ratio of 20.
Osr21 = 20
Oversampling ratio of 21.
Osr22 = 21
Oversampling ratio of 22.
Osr23 = 22
Oversampling ratio of 23.
Osr24 = 23
Oversampling ratio of 24.
Osr25 = 24
Oversampling ratio of 25.
Osr26 = 25
Oversampling ratio of 26.
Osr27 = 26
Oversampling ratio of 27.
Osr28 = 27
Oversampling ratio of 28.
Osr29 = 28
Oversampling ratio of 29.
Osr30 = 29
Oversampling ratio of 30.
Osr31 = 30
Oversampling ratio of 31.
Osr32 = 31
Oversampling ratio of 32.