/Zephyr-latest/scripts/west_commands/ |
D | zephyr_ext_common.py | 36 '''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/ |
D | nrf53_support.c | 22 /* 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/ |
D | lll_conn.h | 78 uint8_t forced:1; member 84 uint8_t forced:1; member 91 uint8_t forced:1; member
|
D | lll_sync.h | 30 uint8_t forced:1; member
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | Kconfig | 25 performed, whereas in forced mode only single measurement is performed. 29 bool "forced"
|
/Zephyr-latest/soc/lowrisc/opentitan/ |
D | Kconfig | 20 # OpenTitan Ibex core mtvec mode is read-only / forced to vectored mode.
|
/Zephyr-latest/boards/sparkfun/thing_plus/ |
D | Kconfig | 9 # (board.c), so it is forced here to be enabled always, not only
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | Kconfig | 8 # (board.c), so it is forced here to be enabled always, not only
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 75 * 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/ |
D | series-push-hook.sh | 25 # At each (forced) push, examine all commits since $remote/main
|
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/src/ |
D | main.c | 90 * 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/ |
D | npm2100.h | 38 /* Forced mode when GPIO active */
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 62 # 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/ |
D | soc_m4.c | 40 /* In case CM4 has not been forced boot by CM7, in soc_early_init_hook()
|
/Zephyr-latest/dts/bindings/counter/ |
D | espressif,esp32-timer.yaml | 52 forced to 2.
|
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/ |
D | csip_forced_release.sh | 18 printf "\n\n======== Running test with forced release of lock ========\n\n"
|
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/ |
D | vcnl36825t.h | 227 /* 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/ |
D | CMakeLists.txt | 34 # device and where it won't be forced to communicate via side channels.
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | bmp581_user.h | 87 /*! Forced powermode */
|
D | scd4x.h | 41 * @brief Performs a forced recalibration.
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_rcar.c | 52 #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/ |
D | conn_mgr_monitor.h | 55 * conn_mgr will no longer be forced to consider the iface unreadly/disconnected.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | disk.h | 66 * reference counts. The disk driver must report success if a forced stop is
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfutil.py | 128 raise RuntimeError(f'Forced exec with {len(self._ops)} ops')
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | core.c | 101 /* no kernel primitives, we're forced to poll here. in scmi_send_message_pre_kernel()
|