Home
last modified time | relevance | path

Searched refs:TIMING (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/boards/st/i2c_timing/
DREADME.rst18 a TIMING register to write in order to generate the correct I2C clock signal.
20 The calculation of that TIMING value can be given by the `STM32CubeMX`_ application
23 Because the code sequence to calculate the I2C V2 TIMING value is heavy,
71 The sample gives the corresponding TIMING value to report to the Device Tree:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c222 NRF_RADIO->TIMING = (RADIO_TIMING_RU_Legacy << RADIO_TIMING_RU_Pos) & in radio_reset()
225 NRF_RADIO->TIMING = (RADIO_TIMING_RU_Fast << RADIO_TIMING_RU_Pos) & in radio_reset()