Searched full:normalized (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/.github/workflows/ |
D | codecov.yaml | 25 normalized: 'mps2_an385' 27 normalized: 'native_sim' 29 normalized: 'qemu_x86' 31 normalized: 'unit_testing' 105 ./scripts/twister -E ${{matrix.normalized}}-testplan.json 120 mv twister-out/coverage.json coverage/reports/${{matrix.normalized}}.json 126 name: Coverage Data (Subset ${{ matrix.normalized }}) 128 coverage/reports/${{ matrix.normalized }}.json 129 ${{ matrix.normalized }}-testplan.json
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | package.py | 33 normalized = p.replace("/", "_") 34 dirs.append(os.path.join(self.options.outdir, normalized, t['name']))
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 109 This value represent minimum normalized value in dBm for the transceiver 121 This value represent maximum normalized value in dBm for the transceiver
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 117 It will also be used, normalized, as the prefix for the variable
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 313 represent normalized values in the range of 2^(-14) to 65504. There are 322 so that this format can represent normalized values in the range of
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 62 /** Calculate the normalized result of a - b. 80 /** Calculate the normalized result of a + b.
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 106 * Normalized LMS Filter
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 175 * normalized sensor_value type until later. in fxas21002_sample_fetch() 222 /* Convert raw gyroscope data to the normalized sensor_value type. */ in fxas21002_channel_get()
|
/Zephyr-latest/drivers/sensor/nxp/fxos8700/ |
D | fxos8700.c | 296 * normalized sensor_value type until later. in fxos8700_sample_fetch() 398 * then convert raw accelerometer data to the normalized sensor_value in fxos8700_channel_get() 436 * convert raw magnetometer data to the normalized sensor_value type. in fxos8700_channel_get()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_mgmt.h | 284 * normalized by the related event.
|
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | fxls8974.c | 264 * normalized sensor_value type until later. in fxls8974_sample_fetch()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 12 * Normalized APIs across all architectures. 31 * Add architecture interface headers and normalized APIs across all arches
|
D | release-notes-2.4.rst | 67 * ``<drivers/uart.h>`` has seen its callbacks normalized. 74 * ``<drivers/dma.h>`` has seen its callback normalized. It had its signature 80 * ``<drivers/ipm.h>`` has seen its callback normalized.
|
D | release-notes-2.7.rst | 39 * Normalized APIs across all architectures
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 537 LOG_DBG("Tx-power normalized: %d dBm, PHY_TX_PWR 0x%02x, idx %d", in rf2xx_set_txpower()
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 916 When string has been normalized it will be converted into upper case.
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 271 /// \return time value normalized to the \ref osKernelSysTickFrequency
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 339 /** Phase-based normalized attack detector metric 343 /** Phase-based normalized attack detector metric
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_test.c | 1351 "normalized value."); in ZTEST()
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 308 Board qualifiers of the form ``<soc>/<cpucluster>/<variant>`` are normalized so
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1600 # - Normalized board target build string, this includes qualifiers and revision
|