mirror of https://github.com/ARMmbed/mbed-os.git
Changed line endings to LF, removed non-ASCII chars from sources
parent
3f703f1bf0
commit
3b465de3aa
|
@ -45,7 +45,7 @@
|
||||||
//
|
//
|
||||||
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
||||||
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
||||||
// <i> wdt_osc_clk = Fclkana/ (2 × (1 + DIVSEL))
|
// <i> wdt_osc_clk = Fclkana/ (2 * (1 + DIVSEL))
|
||||||
// <0-31>
|
// <0-31>
|
||||||
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
||||||
// <0=> Undefined
|
// <0=> Undefined
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
//
|
//
|
||||||
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
||||||
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
||||||
// <i> wdt_osc_clk = Fclkana/ (2 × (1 + DIVSEL))
|
// <i> wdt_osc_clk = Fclkana/ (2 * (1 + DIVSEL))
|
||||||
// <0-31>
|
// <0-31>
|
||||||
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
||||||
// <0=> Undefined
|
// <0=> Undefined
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
//
|
//
|
||||||
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
||||||
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
||||||
// <i> wdt_osc_clk = Fclkana/ (2 × (1 + DIVSEL))
|
// <i> wdt_osc_clk = Fclkana/ (2 * (1 + DIVSEL))
|
||||||
// <0-31>
|
// <0-31>
|
||||||
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
||||||
// <0=> Undefined
|
// <0=> Undefined
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
//
|
//
|
||||||
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
||||||
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
||||||
// <i> wdt_osc_clk = Fclkana/ (2 × (1 + DIVSEL))
|
// <i> wdt_osc_clk = Fclkana/ (2 * (1 + DIVSEL))
|
||||||
// <0-31>
|
// <0-31>
|
||||||
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
||||||
// <0=> Undefined
|
// <0=> Undefined
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
//
|
//
|
||||||
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
// <h> Watchdog Oscillator Control Register (WDTOSCCTRL)
|
||||||
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
// <o2.0..4> DIVSEL: Select Divider for Fclkana
|
||||||
// <i> wdt_osc_clk = Fclkana/ (2 × (1 + DIVSEL))
|
// <i> wdt_osc_clk = Fclkana/ (2 * (1 + DIVSEL))
|
||||||
// <0-31>
|
// <0-31>
|
||||||
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
// <o2.5..8> FREQSEL: Select Watchdog Oscillator Analog Output Frequency (Fclkana)
|
||||||
// <0=> Undefined
|
// <0=> Undefined
|
||||||
|
|
|
@ -12,15 +12,15 @@
|
||||||
* is using in the C source code, usually in main.c. This file contains:
|
* is using in the C source code, usually in main.c. This file contains:
|
||||||
* - Configuration section that allows to select:
|
* - Configuration section that allows to select:
|
||||||
* - The device used in the target application
|
* - The device used in the target application
|
||||||
* - To use or not the peripheral’s drivers in application code(i.e.
|
* - To use or not the peripheral's drivers in application code(i.e.
|
||||||
* code will be based on direct access to peripheral’s registers
|
* code will be based on direct access to peripheral's registers
|
||||||
* rather than drivers API), this option is controlled by
|
* rather than drivers API), this option is controlled by
|
||||||
* "#define USE_STDPERIPH_DRIVER"
|
* "#define USE_STDPERIPH_DRIVER"
|
||||||
* - To change few application-specific parameters such as the HSE
|
* - To change few application-specific parameters such as the HSE
|
||||||
* crystal frequency
|
* crystal frequency
|
||||||
* - Data structures and the address mapping for all peripherals
|
* - Data structures and the address mapping for all peripherals
|
||||||
* - Peripheral's registers declarations and bits definition
|
* - Peripheral's registers declarations and bits definition
|
||||||
* - Macros to access peripheral’s registers hardware
|
* - Macros to access peripheral's registers hardware
|
||||||
*
|
*
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
|
Loading…
Reference in New Issue