Home
last modified time | relevance | path

Searched full:forced (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/scripts/west_commands/
Dzephyr_ext_common.py36 '''Abort if the command needs to be forced and hasn't been.
38 The "forced" predicate must be in self.args.forced.
/Zephyr-latest/drivers/bluetooth/hci/
Dnrf53_support.c22 /* Put the Network MCU in Forced-OFF mode. */ in bt_hci_transport_teardown()
24 LOG_DBG("Network MCU placed in Forced-OFF mode"); in bt_hci_transport_teardown()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h78 uint8_t forced:1; member
84 uint8_t forced:1; member
91 uint8_t forced:1; member
Dlll_sync.h30 uint8_t forced:1; member
/Zephyr-latest/drivers/sensor/bosch/bme280/
DKconfig25 performed, whereas in forced mode only single measurement is performed.
29 bool "forced"
/Zephyr-latest/soc/lowrisc/opentitan/
DKconfig20 # OpenTitan Ibex core mtvec mode is read-only / forced to vectored mode.
/Zephyr-latest/boards/sparkfun/thing_plus/
DKconfig9 # (board.c), so it is forced here to be enabled always, not only
/Zephyr-latest/boards/nordic/nrf9160dk/
DKconfig8 # (board.c), so it is forced here to be enabled always, not only
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/
Dsmp_reassembly.h75 * The function can be forced to pass a data for processing even if the packet is not complete,
85 * @return 0 on success and not forced;
86 * expected number of bytes if forced to complete buffer with not enough data;
/Zephyr-latest/scripts/
Dseries-push-hook.sh25 # At each (forced) push, examine all commits since $remote/main
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/src/
Dmain.c90 * the pm subsystem will use the forced state. To confirm that the in main()
91 * forced state is used, lets set the same timeout used previously. in main()
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Dnpm2100.h38 /* Forced mode when GPIO active */
/Zephyr-latest/scripts/kconfig/
Dkconfig.py62 # The reason is that a regular .config will be followed by the forced
65 # Only if user has modified to a value that gets overruled by the forced
298 parser.add_argument("--forced-input-configs",
301 "followed by an forced configuration file."
302 "The forced configuration is used to forcefully "
/Zephyr-latest/soc/st/stm32/stm32h7x/
Dsoc_m4.c40 /* In case CM4 has not been forced boot by CM7, in soc_early_init_hook()
/Zephyr-latest/dts/bindings/counter/
Despressif,esp32-timer.yaml52 forced to 2.
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dcsip_forced_release.sh18 printf "\n\n======== Running test with forced release of lock ========\n\n"
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
Dvcnl36825t.h227 /* necessary time to wait before data of a "forced" measurement is available */
238 /* necessary wait time before data for a "forced" measurement is available AFTER the device slept */
321 unsigned int meas_timeout_us; /** wait time for finished measurement in "forced"-mode */
/Zephyr-latest/soc/mediatek/mt8xxx/
DCMakeLists.txt34 # device and where it won't be forced to communicate via side channels.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dbmp581_user.h87 /*! Forced powermode */
Dscd4x.h41 * @brief Performs a forced recalibration.
/Zephyr-latest/drivers/i2c/
Di2c_rcar.c52 #define RCAR_I2C_ICMCR_FSCL BIT(6) /* Forced SCL */
53 #define RCAR_I2C_ICMCR_FSDA BIT(5) /* Forced SDA */
57 #define RCAR_I2C_ICMCR_FSB BIT(1) /* Forced Stop onto the Bus */
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h55 * conn_mgr will no longer be forced to consider the iface unreadly/disconnected.
/Zephyr-latest/include/zephyr/drivers/
Ddisk.h66 * reference counts. The disk driver must report success if a forced stop is
/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py128 raise RuntimeError(f'Forced exec with {len(self._ops)} ops')
/Zephyr-latest/drivers/firmware/scmi/
Dcore.c101 /* no kernel primitives, we're forced to poll here. in scmi_send_message_pre_kernel()

1234