|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <rcc.h>
Public Member Functions | |
| REGS_BOOL_FIELD (TIM1EN, 0) | |
| REGS_BOOL_FIELD (USART1EN, 4) | |
| REGS_BOOL_FIELD (ADC1EN, 8) | |
| REGS_BOOL_FIELD (SDIOEN, 11) | |
| REGS_BOOL_FIELD (SPI1EN, 12) | |
| REGS_BOOL_FIELD (SYSCFGEN, 14) | |
Public Member Functions inherited from Register< T > | |
| Register ()=delete | |
| Register (T v) | |
| void | set (Register< T > value) volatile |
| void | set (T value) volatile |
| T | get () volatile |
| void | setBitRange (uint8_t high, uint8_t low, T value) volatile |
| T | getBitRange (uint8_t high, uint8_t low) volatile |
Additional Inherited Members | |
Static Protected Member Functions inherited from Register< T > | |
| static constexpr T | bit_range_mask (uint8_t high, uint8_t low) |
| static constexpr T | bit_range_value (T value, uint8_t high, uint8_t low) |
| static constexpr T | bit_range_set_value (uint8_t high, uint8_t low, T originalValue, T targetValue) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | TIM1EN | , |
| 0 | |||
| ) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | USART1EN | , |
| 4 | |||
| ) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | ADC1EN | , |
| 8 | |||
| ) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | SDIOEN | , |
| 11 | |||
| ) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | SPI1EN | , |
| 12 | |||
| ) |
| RCC::APB2ENR::REGS_BOOL_FIELD | ( | SYSCFGEN | , |
| 14 | |||
| ) |