Searched full:boost (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/samples/subsys/zbus/priority_boost/ |
D | README.rst | 1 .. zephyr:code-sample:: zbus-priority-boost 2 :name: zbus Priority Boost 5 Illustrates zbus priority boost feature with a priority inversion scenario. 9 This sample implements a simple application that illustrates the priority boost feature. The 10 application implements the below figure scenario. When the priority boost feature is disabled, the 13 plain subscribers should use the priority boost strategy. 27 :alt: ZBus priority boost scenario example. 33 priority boost execution. 39 The figure below illustrates the execution of the cited scenario but with the priority boost 43 :alt: ZBus example scenario for priority boost disabled. [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 7 The PMIC has one buck converter and one buck-boost converter. Both need to be 76 applicable to buck boost. 81 With this option selected and the buck/boost enabled, the buck/boost
|
D | nordic,npm2100-regulator.yaml | 7 The PMIC has one boost converter and one LDO/LDSW. 9 strictly following the BOOST, LDOSW node names. 18 BOOST { 19 /* all properties for BOOST */
|
D | silabs,series2-dcdc.yaml | 20 Output voltage for boost mode. Not used in buck mode.
|
/Zephyr-latest/dts/bindings/lora/ |
D | semtech,sx127x-base.yaml | 29 'rfo-enable-gpios' nor 'pa-boost-enable-gpios' is specified. In other 33 - "pa-boost" 50 pa-boost-enable-gpios:
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig | 24 bool "Radio boost mode (VDDR_HH)" 26 Enable the radio boost mode +14dBm (sets CCFG_FORCE_VDDR_HH to 1).
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig | 23 bool "Radio boost mode (VDDR_HH)" 25 Enable the radio boost mode +14dBm (sets CCFG_FORCE_VDDR_HH to 1).
|
/Zephyr-latest/dts/bindings/usb/ |
D | usb-audio-hs.yaml | 123 mic-feature-bass-boost: 126 Enable Bass Boost feature. 202 hp-feature-bass-boost: 205 Enable Bass Boost feature.
|
D | usb-audio-hp.yaml | 97 feature-bass-boost: 100 Enable Bass Boost feature.
|
D | usb-audio-mic.yaml | 109 feature-bass-boost: 112 Enable Bass Boost feature.
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | Makefile | 22 # get boost include path (no pkgconfig file) 23 BOOST_INCLUDE := $(shell find $(HOMEBREW_PREFIX) -path '*/Cellar/boost/*/include' -type d | head -n…
|
/Zephyr-latest/ |
D | .codechecker.yml | 13 - --disable=boost
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | Makefile | 22 # get boost include path (no pkgconfig file) 23 BOOST_INCLUDE := $(shell find $(HOMEBREW_PREFIX) -path '*/Cellar/boost/*/include' -type d | head -n…
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | silabs_dcdc.h | 21 /** Boost mode */
|
D | npm2100.h | 23 /* DPS modes applies to BOOST only */
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm2100-vbat.yaml | 25 The boost converter will not allow the battery to drop below this level.
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-feature-unit.yaml | 82 bass-boost-control: 84 description: Bass Boost Control capabilities
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,s32ze-pinctrl.yaml | 62 - Rx current boost disabled (affect LVDS pads only). 134 nxp,rx-current-boost: 137 RX LVDS Current Boost
|
/Zephyr-latest/samples/net/zperf/src/ |
D | nrf5340_cpu_boost.c | 9 * @brief CPU frequency boost for nRF53 series
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | Kconfig | 96 prompt "Proximity LED boost current"
|
/Zephyr-latest/dts/arm/acsip/ |
D | s76s.dtsi | 37 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/subsys/zbus/ |
D | Kconfig | 67 bool "ZBus priority boost algorithm"
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32g4.c | 60 /* set power boost mode for sys clock greater than 150MHz */ in config_pll_sysclock()
|
D | clock_stm32l4_l5_wb_wl.c | 74 /* set power boost mode for sys clock greater than 80MHz */ in config_pll_sysclock()
|
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/ |
D | main.c | 113 /* Wait and boost owner priority to 5 */ in thread_05() 175 * Wait and boost owner priority to 7. While waiting, another thread of in thread_07() 207 /* Wait and boost owner priority to 8 */ in thread_08() 243 /* Wait and boost owner priority to 9 */ in thread_09()
|
123