/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_clock.h | 79 NRF_CLOCK_LFCLK_RC = CLOCK_LFCLKSRC_SRC_RC, /**< Internal 32 kHz RC oscillator. */ 81 NRF_CLOCK_LFCLK_RC = CLOCK_LFCLKSRC_SRC_LFRC, /**< Internal 32 kHz RC oscillator. */ 116 NRF_CLOCK_HFCLK_LOW_ACCURACY = CLOCK_HFCLKSTAT_SRC_RC, /**< Internal 16 MHz RC oscillator. */ 119 …K_HFCLK_HIGH_ACCURACY = CLOCK_HFCLKSTAT_SRC_Xtal /**< External 16 MHz/32 MHz crystal oscillator. */ 121 …RF_CLOCK_HFCLK_HIGH_ACCURACY = CLOCK_HFCLKSTAT_SRC_HFXO /**< External 32 MHz crystal oscillator. */ 161 … = offsetof(NRF_CLOCK_Type, TASKS_CAL), /**< Start calibration of LFCLK RC oscillator.*/ 172 …VENT_HFCLKSTARTED = offsetof(NRF_CLOCK_Type, EVENTS_HFCLKSTARTED), /**< HFCLK oscillator started.*/ 173 …VENT_LFCLKSTARTED = offsetof(NRF_CLOCK_Type, EVENTS_LFCLKSTARTED), /**< LFCLK oscillator started.*/ 175 …offsetof(NRF_CLOCK_Type, EVENTS_DONE), /**< Calibration of LFCLK RC oscillator completed.*/ 259 * @retval NRF_CLOCK_LFCLK_RC If the internal 32 kHz RC oscillator [all …]
|
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7X/ |
H A D | start_rvds.S | 158 PMC_MOSCEN EQU (1<<0) ; Main Oscillator Enable 159 PMC_OSCBYPASS EQU (1<<1) ; Main Oscillator Bypass 160 PMC_OSCOUNT EQU (0xFF<<8) ; Main OScillator Start-up Time 168 PMC_MOSCS EQU (1<<0) ; Main Oscillator Stable 173 ;// <h> Main Oscillator 174 ;// <o1.0> MOSCEN: Main Oscillator Enable 175 ;// <o1.1> OSCBYPASS: Oscillator Bypass 176 ;// <o1.8..15> OSCCOUNT: Main Oscillator Startup Time <0-255> 287 ; Setup Main Oscillator 291 ; Wait until Main Oscillator is stablilized
|
H A D | start_gcc.S | 74 /* enable the main oscillator */ 79 /* wait for main oscillator to stabilize */
|
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/ |
H A D | start_rvds.S | 155 PMC_MOSCEN EQU (1<<0) ; Main Oscillator Enable 156 PMC_OSCBYPASS EQU (1<<1) ; Main Oscillator Bypass 157 PMC_OSCOUNT EQU (0xFF<<8) ; Main OScillator Start-up Time 165 PMC_MOSCS EQU (1<<0) ; Main Oscillator Stable 170 ;// <h> Main Oscillator 171 ;// <o1.0> MOSCEN: Main Oscillator Enable 172 ;// <o1.1> OSCBYPASS: Oscillator Bypass 173 ;// <o1.8..15> OSCCOUNT: Main Oscillator Startup Time <0-255> 284 ; Setup Main Oscillator 288 ; Wait until Main Oscillator is stablilized
|
H A D | start_gcc.S | 74 /* enable the main oscillator */ 79 /* wait for main oscillator to stabilize */
|
H A D | AT91SAM7S.h | 230 #define AT91C_PMC_MOR (AT91_REG(0xFFFFFC20)) /* PMC Main Oscillator Register */
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_clock.c | 57 #error "Calibration can be performed only for the RC Oscillator." 64 // Enable workaround for nRF52 anomaly 192 (LFRC oscillator frequency is wrong
|
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/ |
H A D | start_rvds.S | 142 OSCRANGE EQU (1<<4) ; Oscillator Range Select 143 OSCEN EQU (1<<5) ; Main oscillator Enable 144 OSCSTAT EQU (1<<6) ; Main Oscillator Status 153 ;// <o1.4> OSCRANGE: Main Oscillator Range Select 156 ;// <e1.5> OSCEN: Main Oscillator Enable 162 ;// <0=> Internal RC oscillator 163 ;// <1=> Main oscillator 164 ;// <2=> RTC oscillator 1154 LDR R3, =SCS_Val ; Enable main oscillator 1175 ; Wait until PLL Locked (if source is not RTC oscillator) [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 187 The settling time of the high-frequency oscillator. This is
|
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/ |
H A D | x1000_cpm.h | 431 /* Oscillator and power control register(OPCR) */
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf9160.h | 197 …OSC1; /*!< (@ 0x00000010) Sample count for ring oscillator 1 … 198 …OSC2; /*!< (@ 0x00000014) Sample count for ring oscillator 2 … 199 …OSC3; /*!< (@ 0x00000018) Sample count for ring oscillator 3 … 200 …OSC4; /*!< (@ 0x0000001C) Sample count for ring oscillator 4 … 737 …__IOM uint32_t XOSC32M; /*!< (@ 0x00000014) Oscillator control … 846 …__OM uint32_t TASKS_HFCLKSTART; /*!< (@ 0x00000000) Start HFCLK crystal oscillator … 847 …__OM uint32_t TASKS_HFCLKSTOP; /*!< (@ 0x00000004) Stop HFCLK crystal oscillator … 856 …__IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFCLK oscillator started …
|
H A D | nrf51.h | 261 …; /*!< (@ 0x00000010) Start calibration of LFCLK RC oscillator. … 265 …__IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFCLK oscillator started. … 266 …__IOM uint32_t EVENTS_LFCLKSTARTED; /*!< (@ 0x00000104) LFCLK oscillator started. … 268 …NTS_DONE; /*!< (@ 0x0000010C) Calibration of LFCLK RC oscillator completed. …
|
H A D | nrf9160_bitfields.h | 42 /* Description: Start HFCLK crystal oscillator */ 44 /* Bit 0 : Start HFCLK crystal oscillator */ 50 /* Description: Stop HFCLK crystal oscillator */ 52 /* Bit 0 : Stop HFCLK crystal oscillator */ 126 /* Description: HFCLK oscillator started */ 128 /* Bit 0 : HFCLK oscillator started */ 254 …FCLKSTAT_SRC_HFXO (1UL) /*!< HFXO - 64 MHz clock derived from external 32 MHz crystal oscillator */ 278 #define CLOCK_LFCLKSTAT_SRC_LFRC (1UL) /*!< 32.768 kHz RC oscillator */ 279 #define CLOCK_LFCLKSTAT_SRC_LFXO (2UL) /*!< 32.768 kHz crystal oscillator */ 288 #define CLOCK_LFCLKSRCCOPY_SRC_LFRC (1UL) /*!< 32.768 kHz RC oscillator */ [all …]
|
H A D | nrf52810.h | 612 …__OM uint32_t TASKS_HFCLKSTART; /*!< (@ 0x00000000) Start HFCLK crystal oscillator … 613 …__OM uint32_t TASKS_HFCLKSTOP; /*!< (@ 0x00000004) Stop HFCLK crystal oscillator … 616 …_CAL; /*!< (@ 0x00000010) Start calibration of LFRC oscillator … 620 …__IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFCLK oscillator started … 623 …NTS_DONE; /*!< (@ 0x0000010C) Calibration of LFCLK RC oscillator complete event …
|
H A D | nrf52840.h | 260 …OSC1; /*!< (@ 0x00000010) Sample count for ring oscillator 1 … 261 …OSC2; /*!< (@ 0x00000014) Sample count for ring oscillator 2 … 262 …OSC3; /*!< (@ 0x00000018) Sample count for ring oscillator 3 … 263 …OSC4; /*!< (@ 0x0000001C) Sample count for ring oscillator 4 … 964 …__OM uint32_t TASKS_HFCLKSTART; /*!< (@ 0x00000000) Start HFXO crystal oscillator … 965 …__OM uint32_t TASKS_HFCLKSTOP; /*!< (@ 0x00000004) Stop HFXO crystal oscillator … 972 …__IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFXO crystal oscillator started …
|
H A D | nrf52.h | 839 …__OM uint32_t TASKS_HFCLKSTART; /*!< (@ 0x00000000) Start HFCLK crystal oscillator … 840 …__OM uint32_t TASKS_HFCLKSTOP; /*!< (@ 0x00000004) Stop HFCLK crystal oscillator … 843 …_CAL; /*!< (@ 0x00000010) Start calibration of LFRC oscillator … 847 …__IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFCLK oscillator started … 850 …NTS_DONE; /*!< (@ 0x0000010C) Calibration of LFCLK RC oscillator complete event …
|
H A D | nrf52810_bitfields.h | 678 /* Description: Start HFCLK crystal oscillator */ 685 /* Description: Stop HFCLK crystal oscillator */ 706 /* Description: Start calibration of LFRC oscillator */ 727 /* Description: HFCLK oscillator started */ 741 /* Description: Calibration of LFCLK RC oscillator complete event */ 837 #define CLOCK_HFCLKSTAT_SRC_RC (0UL) /*!< 64 MHz internal oscillator (HFINT) */ 838 #define CLOCK_HFCLKSTAT_SRC_Xtal (1UL) /*!< 64 MHz crystal oscillator (HFXO) */ 861 #define CLOCK_LFCLKSTAT_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator */ 862 #define CLOCK_LFCLKSTAT_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator */ 871 #define CLOCK_LFCLKSRCCOPY_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator */ [all …]
|
H A D | nrf9160.svd | 384 <description>Sample count for ring oscillator 1</description> 391 <description>Sample count for ring oscillator 1</description> 399 <description>Sample count for ring oscillator 2</description> 406 <description>Sample count for ring oscillator 2</description> 414 <description>Sample count for ring oscillator 3</description> 421 <description>Sample count for ring oscillator 3</description> 429 <description>Sample count for ring oscillator 4</description> 436 <description>Sample count for ring oscillator 4</description> 490 <description>Oscillator control</description> 518 <description>32 MHz crystal oscillator</description> [all …]
|
H A D | nrf51_bitfields.h | 410 #define CLOCK_HFCLKSTAT_SRC_RC (0UL) /*!< Internal 16MHz RC oscillator running and generating the H… 411 #define CLOCK_HFCLKSTAT_SRC_Xtal (1UL) /*!< External 16MHz/32MHz crystal oscillator running and gen… 434 #define CLOCK_LFCLKSTAT_SRC_RC (0UL) /*!< Internal 32KiHz RC oscillator running and generating the … 435 #define CLOCK_LFCLKSTAT_SRC_Xtal (1UL) /*!< External 32KiHz crystal oscillator running and generati… 444 #define CLOCK_LFCLKSRCCOPY_SRC_RC (0UL) /*!< Internal 32KiHz RC oscillator. */ 454 #define CLOCK_LFCLKSRC_SRC_RC (0UL) /*!< Internal 32KiHz RC oscillator. */ 471 …OCK_XTALFREQ_XTALFREQ_32MHz (0x00UL) /*!< 32MHz xtal is used as source for the HFCLK oscillator. */ 472 …OCK_XTALFREQ_XTALFREQ_16MHz (0xFFUL) /*!< 16MHz xtal is used as source for the HFCLK oscillator. */
|
H A D | nrf52840_bitfields.h | 470 /* Description: Start HFXO crystal oscillator */ 477 /* Description: Stop HFXO crystal oscillator */ 519 /* Description: HFXO crystal oscillator started */ 671 #define CLOCK_HFCLKSTAT_SRC_RC (0UL) /*!< 64 MHz internal oscillator (HFINT) */ 672 #define CLOCK_HFCLKSTAT_SRC_Xtal (1UL) /*!< 64 MHz crystal oscillator (HFXO) */ 695 #define CLOCK_LFCLKSTAT_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator (LFRC) */ 696 #define CLOCK_LFCLKSTAT_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator (LFXO) */ 705 #define CLOCK_LFCLKSRCCOPY_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator (LFRC) */ 706 #define CLOCK_LFCLKSRCCOPY_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator (LFXO) */ 718 /* Bit 16 : Enable or disable bypass of LFCLK crystal oscillator with external clock source */ [all …]
|
H A D | nrf51.svd | 762 <description>Start calibration of LFCLK RC oscillator.</description> 781 <description>HFCLK oscillator started.</description> 786 <description>LFCLK oscillator started.</description> 791 <description>Calibration of LFCLK RC oscillator completed.</description> 1062 … <description>Internal 16MHz RC oscillator running and generating the HFCLK clock.</description> 1067 …<description>External 16MHz/32MHz crystal oscillator running and generating the HFCLK clock.</desc… 1131 … <description>Internal 32KiHz RC oscillator running and generating the LFCLK clock.</description> 1136 …<description>External 32KiHz crystal oscillator running and generating the LFCLK clock.</descripti… 1179 <description>Internal 32KiHz RC oscillator.</description> 1209 <description>Internal 32KiHz RC oscillator.</description> [all …]
|
H A D | nrf52810.svd | 1747 <description>Start HFCLK crystal oscillator</description> 1760 <description>Stop HFCLK crystal oscillator</description> 1799 <description>Start calibration of LFRC oscillator</description> 1838 <description>HFCLK oscillator started</description> 1864 <description>Calibration of LFCLK RC oscillator complete event</description> 2160 <description>64 MHz internal oscillator (HFINT)</description> 2165 <description>64 MHz crystal oscillator (HFXO)</description> 2230 <description>32.768 kHz RC oscillator</description> 2235 <description>32.768 kHz crystal oscillator</description> 2279 <description>32.768 kHz RC oscillator</description> [all …]
|
H A D | nrf52840.svd | 912 <description>Sample count for ring oscillator 1</description> 919 <description>Sample count for ring oscillator 1</description> 927 <description>Sample count for ring oscillator 2</description> 934 <description>Sample count for ring oscillator 2</description> 942 <description>Sample count for ring oscillator 3</description> 949 <description>Sample count for ring oscillator 3</description> 957 <description>Sample count for ring oscillator 4</description> 964 <description>Sample count for ring oscillator 4</description> 1272 <description>Start HFXO crystal oscillator</description> 1285 <description>Stop HFXO crystal oscillator</description> [all …]
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | ppc405.h | 390 * PLL Voltage Controlled Oscillator (VCO) definitions 539 * PLL Voltage Controlled Oscillator (VCO) definitions
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_usbd.h | 401 * This function does not enable external oscillator, so if it is not enabled by other part of the
|