Home
last modified time | relevance | path

Searched refs:mr (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/drivers/rtc/
Drtc_sam.c506 uint32_t mr; in rtc_sam_set_calibration() local
560 mr = regs->RTC_MR; in rtc_sam_set_calibration()
563 mr |= RTC_MR_NEGPPM; in rtc_sam_set_calibration()
565 mr &= ~RTC_MR_NEGPPM; in rtc_sam_set_calibration()
568 mr &= ~RTC_MR_CORRECTION_Msk; in rtc_sam_set_calibration()
569 mr |= RTC_MR_CORRECTION(slow_clock_calibration); in rtc_sam_set_calibration()
572 mr |= RTC_MR_HIGHPPM; in rtc_sam_set_calibration()
574 mr &= ~RTC_MR_HIGHPPM; in rtc_sam_set_calibration()
577 regs->RTC_MR = mr; in rtc_sam_set_calibration()
591 uint32_t mr; in rtc_sam_get_calibration() local
[all …]
/Zephyr-latest/drivers/gpio/
DKconfig.pcf857x5 # Copyright (c) 2023 Amrith Venkat Kesavamoorthi <amrith@mr-beam.org>
/Zephyr-latest/drivers/ethernet/
Deth_w5500.c407 uint8_t mr = W5500_S0_MR_MF; in w5500_set_config() local
412 if (!(mode & BIT(mr))) { in w5500_set_config()
417 WRITE_BIT(mode, mr, 0); in w5500_set_config()
419 if (mode & BIT(mr)) { in w5500_set_config()
424 WRITE_BIT(mode, mr, 1); in w5500_set_config()
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst36 west init [-m URL] [--mr REVISION] [--mf FILE] [directory]
40 the ``-m`` switch, the initial revision to check out using ``--mr``, and
47 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v1.14.0 zp
57 the default branch in the manifest repository unless the ``--mr`` option
58 is used to override it. (In prior versions, ``--mr`` defaulted to ``master``.)
Dbasics.rst139 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5.0 zephyrproject
Drelease-notes.rst420 - The :ref:`west-init` command's ``--manifest-rev`` (``--mr``) option no longer
717 SHAs. For example, ``west init --mr SHA_PREFIX`` now works. Previously, the
718 ``--mr`` argument needed to be the entire 40 character SHA if it wasn't a
Dmanifest.rst16 .. _west-mr-model:
25 .. figure:: west-mr-model.png
/Zephyr-latest/drivers/sdhc/
Dsam_hsmci.c83 uint32_t mr = hsmci->HSMCI_MR; in sam_hsmci_reset() local
90 hsmci->HSMCI_MR = mr; in sam_hsmci_reset()
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh119 '(-l --local)'{--mr,--manifest-rev}'[manifest revision]:manifest rev:'
122 …'(-m --manifest --mr --manifest-rev)'{-l,--local}'[use local directory as manifest repository]:loc…
Dwest-completion.fish348 …r_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local" -l mr -l manifest-rev -r -…
351 …_west_seen_subcommand_from init; and __zephyr_west_exclude -m --manifest --mr --manifest-rev" -o l…