Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/samples/subsys/zbus/priority_boost/
DREADME.rst1 .. zephyr:code-sample:: 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.
121 The figure below illustrates the execution of the same scenario but with the priority boost enabled.
[all …]
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/
DKconfig24 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/
DKconfig23 bool "Radio boost mode (VDDR_HH)"
25 Enable the radio boost mode +14dBm (sets CCFG_FORCE_VDDR_HH to 1).
/Zephyr-latest/dts/arm/acsip/
Ds76s.dtsi37 power-amplifier-output = "pa-boost";
/Zephyr-latest/drivers/sensor/apds9960/
DKconfig96 prompt "Proximity LED boost current"
/Zephyr-latest/boards/adafruit/feather_m0_lora/
Dadafruit_feather_m0_lora.dts85 power-amplifier-output = "pa-boost";
/Zephyr-latest/drivers/adc/
Dadc_stm32.c1381 uint32_t boost; local
1403 boost = LL_ADC_BOOST_MODE_6MHZ25;
1405 boost = LL_ADC_BOOST_MODE_12MHZ5;
1407 boost = LL_ADC_BOOST_MODE_20MHZ;
1409 boost = LL_ADC_BOOST_MODE_25MHZ;
1411 boost = LL_ADC_BOOST_MODE_50MHZ;
1417 LL_ADC_SetBoostMode(adc, boost);
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dheltec_wifi_lora32_v2_procpu.dts110 power-amplifier-output = "pa-boost";
/Zephyr-latest/boards/96boards/wistrio/
D96b_wistrio.dts122 power-amplifier-output = "pa-boost";
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts103 power-amplifier-output = "pa-boost";
/Zephyr-latest/subsys/zbus/
DKconfig67 bool "ZBus priority boost algorithm"
/Zephyr-latest/boards/innblue/innblue21/
Dinnblue21_common.dtsi58 en_5v0_boost: enable-5v0-boost {
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi50 en_5v0_boost: enable-5v0-boost {
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/
Dindex.rst11 buck-boost converter, RGB power LED lighting or a class-D audio amplifier. The
19 - Digital power buck-boost converter with internal or external Input voltage and
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts145 power-amplifier-output = "pa-boost";
/Zephyr-latest/boards/st/b_l072z_lrwan1/
Db_l072z_lrwan1.dts129 pa-boost-enable-gpios = <&gpioc 1 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/doc/services/zbus/
Dindex.rst302 HLP priority boost
311 The priority boost is enabled by default. To deactivate it, you must set the
315 ZBus priority boost does not consider runtime observers on the HOP calculations.
318 channel A. The scenario considers the priority boost feature and the following priorities: T1 < MS1
322 :alt: ZBus publishing process details using priority boost.
325 ZBus VDED execution detail with priority boost enabled and for priority T1 < MS1 < MS2 < S1.
327 To properly use the priority boost, attaching the observer to a thread is necessary. When the
328 subscriber is attached to a thread, it assumes its priority, and the priority boost algorithm will
860 * :zephyr:code-sample:`zbus-priority-boost` illustrates zbus priority boost feature with a priority
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst100 reel board uses a TPS610981 boost converter to generate supply voltage
102 The boost converter has two modes:
325 | TP13 | testpoint | testpoint boost converter input voltage |
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst79 brew install boost openssl thrift
/Zephyr-latest/boards/st/nucleo_g431rb/doc/
Dindex.rst165 driven by 16MHz high speed internal oscillator. The clock can be boosted to 170MHz if boost mode
/Zephyr-latest/boards/st/nucleo_g474re/doc/
Dindex.rst179 driven by 16MHz high speed internal oscillator. The clock can be boosted to 170MHz if boost mode
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/
Dindex.rst200 internal oscillator. The clock can be boosted to 120MHz if boost mode
/Zephyr-latest/drivers/regulator/
Dregulator_npm2100.c788 REGULATOR_NPM2100_DEFINE_COND(inst, boost, NPM2100_SOURCE_BOOST) \
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst658 * To enable the zbus HLP priority boost, the developer must call the
Drelease-notes-3.6.rst1192 priority boost for the zbus operations. This feature avoids priority inversions and preemptions,

12