Difference between revisions of "MIC Registers"
Jump to navigation
Jump to search
(Created page with "== Registers == {| class="wikitable" border="1" ! NAME ! PHYSICAL ADDRESS ! PROCESS VIRTUAL ADDRESS ! WIDTH |- | REG_MIC_CNT | 0x10162000 | 0x1EC62000 | 0x2 |- | REG_MIC_DATA...") |
(Add REG_MIC_CNT Sampling Rate bits) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
! WIDTH | ! WIDTH | ||
|- | |- | ||
− | | REG_MIC_CNT | + | | [[#REG_MIC_CNT|REG_MIC_CNT]] |
| 0x10162000 | | 0x10162000 | ||
| 0x1EC62000 | | 0x1EC62000 | ||
Line 18: | Line 18: | ||
These are the registers for the microphone hardware, see [[MIC_Services|here]] also. | These are the registers for the microphone hardware, see [[MIC_Services|here]] also. | ||
+ | |||
+ | REG_MIC_DATA contains the current audio data from the microphone. | ||
+ | |||
+ | == REG_MIC_CNT == | ||
+ | {| class="wikitable" border="1" | ||
+ | ! Bit | ||
+ | ! Description | ||
+ | |- | ||
+ | | 3-2 | ||
+ | | [[MIC_Services#SampleRate|Sampling rate]] | ||
+ | |- | ||
+ | |} |
Latest revision as of 01:43, 24 January 2018
Registers[edit]
NAME | PHYSICAL ADDRESS | PROCESS VIRTUAL ADDRESS | WIDTH |
---|---|---|---|
REG_MIC_CNT | 0x10162000 | 0x1EC62000 | 0x2 |
REG_MIC_DATA | 0x10162004 | 0x1EC62004 | 0x4 |
These are the registers for the microphone hardware, see here also.
REG_MIC_DATA contains the current audio data from the microphone.
REG_MIC_CNT[edit]
Bit | Description |
---|---|
3-2 | Sampling rate |