Home
last modified time | relevance | path

Searched full:justified (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/doc/hardware/peripherals/audio/
Di2s.rst11 and Left/Right Justified Data Formats.
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst18 infrastructure is not justified, and ``*-gpios`` devicetree properties should be
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc3.h13 #define DAI_INTEL_IPC3_SSP_FMT_RIGHT_J 2 /**< Right Justified mode */
14 #define DAI_INTEL_IPC3_SSP_FMT_LEFT_J 3 /**< Left Justified mode */
/Zephyr-latest/dts/bindings/gpio/
Dnxp,s32-gpio.yaml30 decision is justified by the potentially higher importance of the latter
/Zephyr-latest/drivers/audio/
Dwm8904.h120 kWM8904_ProtocolLeftJustified = 0x1, /*!< Left justified mode */
121 kWM8904_ProtocolRightJustified = 0x0, /*!< Right justified mode */
/Zephyr-latest/tests/subsys/logging/log_stack/src/
Dmain.c18 * to determine if stack usage change is justified. If it is justified, thresholds
/Zephyr-latest/include/zephyr/drivers/
Di2s.h24 * Left/Right Justified Data Format.
106 * @brief Left Justified Data Format.
110 * of the clock signal (SCK). The bits within the data word are left justified
127 * @brief Right Justified Data Format.
131 * of the clock signal (SCK). The bits within the data word are right justified
Ddai.h69 DAI_PROTO_RIGHT_J, /**< Right Justified */
70 DAI_PROTO_LEFT_J, /**< Left Justified */
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_copro.h46 /** The label on the Coprocessor widget is right justified */
Dft8xx_reference_api.h129 /** The label on the Coprocessor widget is right justified */
/Zephyr-latest/include/zephyr/audio/
Dcodec.h64 AUDIO_DAI_TYPE_LEFT_JUSTIFIED, /**< I2S Interface, left justified */
65 AUDIO_DAI_TYPE_RIGHT_JUSTIFIED, /**< I2S Interface, right justified */
/Zephyr-latest/drivers/adc/
Dadc_smartbond_gpadc.c239 /* Store current channel value, result is left justified, move bits right */ in adc_smartbond_isr()
Dadc_smartbond_sdadc.c245 /* Store current channel value, result is left justified, move bits right */ in sdadc_smartbond_isr()
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_nrf53.c46 * Full-Speed isochronous feedback is Q10.10 unsigned integer left-justified in
/Zephyr-latest/doc/safety/
Dsafety_overview.rst180 described and justified in the documentation.
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.c540 * The result is left justified. The remainder of the bits are
/Zephyr-latest/include/zephyr/sys/
Dcrc.h298 * justified, so bit 7 of the result is bit 6 of the CRC.
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst146 Any change requests (-1) on a pull request have to be justified. A reviewer
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst213 justified if it is not possible for its work items to co-exist with
/Zephyr-latest/drivers/i3c/
Di3c_common.c604 * (aka left-justified). So shift left by 1; in i3c_bus_setdasa()
/Zephyr-latest/kernel/
Duserspace.c497 * 11.8 but is justified since we know dynamic objects in k_object_find()
/Zephyr-latest/scripts/dts/
Dgen_defines.py990 # The macro will be left-justified to 'width' characters if that
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c217 /* CAUv3 needs hash & prand in le format, right-justified */ in ar_execute()