Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 23 of 23) sorted by relevance

/modules/
A DKconfig.mcuboot149 menu "On board MCUboot operation mode"
152 prompt "Application assumed MCUboot mode of operation"
250 application. Note that in this mode MCUboot will not boot an
260 In this mode MCUboot can boot from either partition and will
283 This mode does not allow freely switching between application
291 bool "MCUboot has been configured in firmware updater mode"
300 bool "MCUboot has been configured in single app RAM load mode"
312 of the swap operations are supported in this mode.
324 bool "MCUboot mode has downgrade prevention enabled"
354 endmenu # On board MCUboot operation mode
[all …]
A DKconfig5 bool "Build only mode (do not link firmware blob)"
A DKconfig.stm32223 Enable STM32Cube Fast-mode Plus Inter-integrated circuit (FMPI2C)
229 Enable STM32Cube Extended Fast-mode Plus Inter-integrated circuit
/modules/lvgl/
A Dlvgl_fs.c56 static void *lvgl_fs_open(lv_fs_drv_t *drv, const char *path, lv_fs_mode_t mode) in lvgl_fs_open() argument
67 zmode |= (mode & LV_FS_MODE_WR) ? FS_O_WRITE | FS_O_CREATE : 0; in lvgl_fs_open()
68 zmode |= (mode & LV_FS_MODE_RD) ? FS_O_READ : 0; in lvgl_fs_open()
A DKconfig.memory70 bool "Force full refresh mode"
/modules/hal_silabs/simplicity_sdk/config/
A Dsl_clock_manager_oscillator_config.h16 #define SL_CLOCK_MANAGER_HFXO_MODE DT_ENUM_IDX(DT_NODELABEL(hfxo), mode)
24 #define SL_CLOCK_MANAGER_LFXO_MODE (DT_ENUM_IDX(DT_NODELABEL(lfxo), mode) << _LFXO_CFG_MODE_SHIFT)
/modules/hal_afbr/
A Dplatform_s2pi.c100 CHECKIF(atomic_get(&data->s2pi.mode) == STATUS_S2PI_GPIO_MODE) { in S2PI_TransferFrame()
267 (void)atomic_set(&data->s2pi.mode, STATUS_S2PI_GPIO_MODE); in S2PI_CaptureGpioControl()
293 (void)atomic_set(&data->s2pi.mode, STATUS_IDLE); in S2PI_ReleaseGpioControl()
310 CHECKIF(!(atomic_get(&data->s2pi.mode) == STATUS_S2PI_GPIO_MODE)) { in S2PI_WriteGpioPin()
360 CHECKIF(!(atomic_get(&data->s2pi.mode) == STATUS_S2PI_GPIO_MODE)) { in S2PI_ReadGpioPin()
409 (void)atomic_set(&data->s2pi.mode, STATUS_IDLE); in s2pi_init()
/modules/liblc3/
A DKconfig27 Enable support of the High-Resolution mode.
/modules/hostap/src/
A Dsupp_api.c220 struct hostapd_hw_modes *mode = NULL; in wpa_supp_supported_channels() local
226 mode = get_mode_by_band(wpa_s, band); in wpa_supp_supported_channels()
227 if (!mode) { in wpa_supp_supported_channels()
241 for (i = 0; i < mode->num_channels; i++) { in wpa_supp_supported_channels()
243 mode->channels[i].freq); in wpa_supp_supported_channels()
253 struct hostapd_hw_modes *mode = NULL; in wpa_supp_band_chan_compat() local
256 mode = get_mode_by_band(wpa_s, band); in wpa_supp_band_chan_compat()
257 if (!mode) { in wpa_supp_band_chan_compat()
263 if (mode->channels[i].chan == channel) { in wpa_supp_band_chan_compat()
264 return mode->channels[i].freq; in wpa_supp_band_chan_compat()
[all …]
A Dsupp_events.c212 if (wpa_s->current_ssid->mode == WPAS_MODE_AP) { in supplicant_send_wifi_mgmt_conn_event()
237 if (wpa_s->current_ssid->mode == WPAS_MODE_AP) { in supplicant_send_wifi_mgmt_disc_event()
245 if (wpa_s->current_ssid->mode == WPAS_MODE_AP) { in supplicant_send_wifi_mgmt_disc_event()
A Dhapd_events.c27 (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211B)) { in hapd_get_sta_link_mode()
A Dsupp_api.h205 int supplicant_mode(const struct device *dev, struct wifi_mode_info *mode);
A Dhapd_api.c757 : hw_mode->mode == HOSTAPD_MODE_IEEE80211G ? WIFI_3 in hostapd_ap_status()
758 : hw_mode->mode == HOSTAPD_MODE_IEEE80211A ? WIFI_2 in hostapd_ap_status()
759 : hw_mode->mode == HOSTAPD_MODE_IEEE80211B ? WIFI_1 in hostapd_ap_status()
A Dsupp_main.c74 .mode = supplicant_mode,
/modules/openthread/
A DKconfig.features308 prompt "Platform bootloader mode configuration"
312 bool "Bootloader mode support with boot mode retention API"
317 bool "Bootloader mode support with GPIO pin trigger"
324 Platform bootloader mode support
A DKconfig.thread98 The minimum time (microseconds) that radio has to be in receive mode before the start of the MHR.
104 The minimum time (microseconds) that radio should be in receive mode after the start of the MHR.
A DCMakeLists.txt117 …EAD_PLATFORM_BOOTLOADER_MODE OT_PLATFORM_BOOTLOADER_MODE "Enable platform bootloader mode support")
/modules/mbedtls/
A DKconfig.mbedtls142 bool "TLS 1.3 PSK key exchange mode"
145 bool "TLS 1.3 ephemeral key exchange mode"
148 bool "TLS 1.3 PSK ephemeral key exchange mode"
289 bool "Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES"
305 bool "Counter with CBC-MAC (CCM) mode for 128-bit block cipher"
315 bool "Cipher Block Chaining mode (CBC) for symmetric ciphers"
319 bool "Counter Block Cipher mode (CTR) for symmetric ciphers"
328 bool "CMAC (Cipher-based Message Authentication Code) mode for block ciphers."
671 Key Wrapping mode for 128-bit block ciphers,
675 bool "Diffie-Hellman-Merkle mode"
/modules/hostap/
A DKconfig57 # TODO: Providing higher stack size for Enterprise mode to fix stack
117 # log messages can be lost. So, we set the log mode to immediate
161 WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT supports enterprise mode
310 bool "SoftAP mode support based on WPA supplicant"
322 bool "P2P mode support"
339 bool "FullAP mode support based on Hostapd"
663 (dot11CountryString). "00" stands for World Wide mode.
/modules/hal_nordic/nrf_802154/
A DCMakeLists.txt52 # CCA mode options
/modules/hal_nordic/
A DKconfig147 prompt "nRF IEEE 802.15.4 CCA mode"
150 CCA mode
/modules/segger/
A DKconfig114 prompt "RTT Initialization mode"
/modules/openthread/platform/
A Dradio.c1113 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()

Completed in 56 milliseconds