Searched refs:boost (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/samples/subsys/zbus/priority_boost/ |
D | README.rst | 1 .. 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/ |
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/arm/acsip/ |
D | s76s.dtsi | 37 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | Kconfig | 96 prompt "Proximity LED boost current"
|
/Zephyr-latest/boards/adafruit/feather_m0_lora/ |
D | adafruit_feather_m0_lora.dts | 85 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 1381 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/ |
D | heltec_wifi_lora32_v2_procpu.dts | 110 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/boards/96boards/wistrio/ |
D | 96b_wistrio.dts | 122 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/ |
D | ttgo_lora32_esp32_procpu.dts | 103 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/subsys/zbus/ |
D | Kconfig | 67 bool "ZBus priority boost algorithm"
|
/Zephyr-latest/boards/innblue/innblue21/ |
D | innblue21_common.dtsi | 58 en_5v0_boost: enable-5v0-boost {
|
/Zephyr-latest/boards/innblue/innblue22/ |
D | innblue22_common.dtsi | 50 en_5v0_boost: enable-5v0-boost {
|
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/ |
D | index.rst | 11 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/ |
D | bytesensi_l.dts | 145 power-amplifier-output = "pa-boost";
|
/Zephyr-latest/boards/st/b_l072z_lrwan1/ |
D | b_l072z_lrwan1.dts | 129 pa-boost-enable-gpios = <&gpioc 1 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 302 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/ |
D | index.rst | 100 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/ |
D | README.rst | 79 brew install boost openssl thrift
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 165 driven by 16MHz high speed internal oscillator. The clock can be boosted to 170MHz if boost mode
|
/Zephyr-latest/boards/st/nucleo_g474re/doc/ |
D | index.rst | 179 driven by 16MHz high speed internal oscillator. The clock can be boosted to 170MHz if boost mode
|
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/ |
D | index.rst | 200 internal oscillator. The clock can be boosted to 120MHz if boost mode
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm2100.c | 788 REGULATOR_NPM2100_DEFINE_COND(inst, boost, NPM2100_SOURCE_BOOST) \
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 658 * To enable the zbus HLP priority boost, the developer must call the
|
D | release-notes-3.6.rst | 1192 priority boost for the zbus operations. This feature avoids priority inversions and preemptions,
|
12