|
OpenMPTL - STM32F10X
C++ Microprocessor Template Library
|
regular data register
#include <adc.hpp>
Public Types | |
| using | type = reg< uint32_t, base_addr+0x4c, ro, 0x00000000 > |
| using | DATA = regbits< type, 0, 16 > |
| Regular data. More... | |
| using | ADC2DATA = regbits< type, 16, 16 > |
| ADC2 data. More... | |
Public Types inherited from mptl::reg< uint32_t, base_addr+0x4c, ro, 0x00000000 > | |
| typedef reg< Tp, base_addr+0x4c, ro, 0x00000000 > | type |
| typedef type | reg_type |
| typedef regbits< type, 0, sizeof(Tp) *8 > | regbits_type |
| typedef Tp | value_type |
| typedef regmask< reg_type, 0, 0 > | neutral_regmask |
Public Types inherited from mptl::reg_access< Tp, base_addr+0x4c, ro, 0x00000000 > | |
| typedef Tp | value_type |
| using mptl::ADC< adc_no >::DR::ADC2DATA = regbits< type, 16, 16 > |
| using mptl::ADC< adc_no >::DR::type = reg< uint32_t, base_addr + 0x4c, ro, 0x00000000 > |
1.8.13