/Zephyr-latest/include/zephyr/ |
D | sw_isr_table.h | 143 int32_t flags; member 163 int32_t flags; member 211 #define Z_ISR_DECLARE_C(irq, flags, func, param, counter) \ argument 212 _Z_ISR_DECLARE_C(irq, flags, func, param, counter) 214 #define _Z_ISR_DECLARE_C(irq, flags, func, param, counter) \ argument 218 {irq, flags, _MK_ISR_ELEMENT_SECTION(counter)} 225 #define Z_ISR_DECLARE(irq, flags, func, param) \ argument 226 BUILD_ASSERT(((flags) & ISR_FLAG_DIRECT) == 0, "Use Z_ISR_DECLARE_DIRECT macro"); \ 227 Z_ISR_DECLARE_C(irq, flags, func, param, __COUNTER__) 245 #define Z_ISR_DECLARE_DIRECT_C(irq, flags, func, counter) \ argument [all …]
|
/Zephyr-latest/include/zephyr/crypto/ |
D | crypto.h | 169 uint32_t flags; in cipher_begin_session() local 175 flags = (ctx->flags & (CAP_OPAQUE_KEY_HNDL | CAP_RAW_KEY)); in cipher_begin_session() 176 __ASSERT(flags != 0U, "Keytype missing: RAW Key or OPAQUE handle"); in cipher_begin_session() 177 __ASSERT(flags != (CAP_OPAQUE_KEY_HNDL | CAP_RAW_KEY), in cipher_begin_session() 180 flags = (ctx->flags & (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS)); in cipher_begin_session() 181 __ASSERT(flags != 0U, "IO buffer type missing"); in cipher_begin_session() 182 __ASSERT(flags != (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS), in cipher_begin_session() 185 flags = (ctx->flags & (CAP_SYNC_OPS | CAP_ASYNC_OPS)); in cipher_begin_session() 186 __ASSERT(flags != 0U, "sync/async type missing"); in cipher_begin_session() 187 __ASSERT(flags != (CAP_SYNC_OPS | CAP_ASYNC_OPS), in cipher_begin_session() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_sim_nrf52.h | 382 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 384 ARG_UNUSED(flags); in hal_radio_phy_mode_get() 399 if (flags & 0x01) { in hal_radio_phy_mode_get() 479 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 481 ARG_UNUSED(flags); in hal_radio_tx_ready_delay_us_get() 492 if (flags & 0x01) { in hal_radio_tx_ready_delay_us_get() 501 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 503 ARG_UNUSED(flags); in hal_radio_rx_ready_delay_us_get() 514 if (flags & 0x01) { in hal_radio_rx_ready_delay_us_get() 524 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument [all …]
|
D | radio_nrf52805.h | 239 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 241 ARG_UNUSED(flags); in hal_radio_phy_mode_get() 306 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 308 ARG_UNUSED(flags); in hal_radio_tx_ready_delay_us_get() 319 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 321 ARG_UNUSED(flags); in hal_radio_rx_ready_delay_us_get() 332 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 335 ARG_UNUSED(flags); in hal_radio_tx_chain_delay_us_get() 340 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 342 ARG_UNUSED(flags); in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_sim_nrf5340.h | 407 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 423 if (flags & 0x01) { in hal_radio_phy_mode_get() 511 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 513 ARG_UNUSED(flags); in hal_radio_tx_ready_delay_us_get() 524 if (flags & 0x01) { in hal_radio_tx_ready_delay_us_get() 533 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 535 ARG_UNUSED(flags); in hal_radio_rx_ready_delay_us_get() 546 if (flags & 0x01) { in hal_radio_rx_ready_delay_us_get() 555 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 558 ARG_UNUSED(flags); in hal_radio_tx_chain_delay_us_get() [all …]
|
D | radio_nrf52810.h | 258 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 260 ARG_UNUSED(flags); in hal_radio_phy_mode_get() 325 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 327 ARG_UNUSED(flags); in hal_radio_tx_ready_delay_us_get() 338 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 340 ARG_UNUSED(flags); in hal_radio_rx_ready_delay_us_get() 351 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 354 ARG_UNUSED(flags); in hal_radio_tx_chain_delay_us_get() 359 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 361 ARG_UNUSED(flags); in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52832.h | 256 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 258 ARG_UNUSED(flags); in hal_radio_phy_mode_get() 323 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 325 ARG_UNUSED(flags); in hal_radio_tx_ready_delay_us_get() 336 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 338 ARG_UNUSED(flags); in hal_radio_rx_ready_delay_us_get() 349 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 352 ARG_UNUSED(flags); in hal_radio_tx_chain_delay_us_get() 357 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 359 ARG_UNUSED(flags); in hal_radio_rx_chain_delay_us_get() [all …]
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_timer.c | 21 atomic_set_bit(&usbc_timer->flags, TIMER_EXPIRED); in usbc_timer_handler() 33 atomic_clear_bit(&usbc_timer->flags, TIMER_EXPIRED); in usbc_timer_start() 34 atomic_set_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_start() 40 bool started = atomic_test_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_expired() 41 bool expired = atomic_test_bit(&usbc_timer->flags, TIMER_EXPIRED); in usbc_timer_expired() 44 atomic_clear_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_expired() 53 return atomic_test_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_running() 58 atomic_clear_bit(&usbc_timer->flags, TIMER_STARTED); in usbc_timer_stop()
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_sam4l_gpio.c | 15 uint32_t mask, uint32_t flags) in configure_common_attr() argument 17 flags &= SOC_GPIO_FLAGS_MASK; in configure_common_attr() 23 if (flags & SOC_GPIO_PULLUP) { in configure_common_attr() 30 if (flags & SOC_GPIO_PULLDOWN) { in configure_common_attr() 37 if (flags & SOC_GPIO_OPENDRAIN) { in configure_common_attr() 45 uint32_t mask, uint32_t flags) in configure_input_attr() argument 48 if ((flags & SOC_GPIO_IN_FILTER_MASK) != 0U) { in configure_input_attr() 49 if ((flags & SOC_GPIO_IN_FILTER_MASK) == in configure_input_attr() 62 if (flags & SOC_GPIO_INT_ENABLE) { in configure_input_attr() 63 if ((flags & SOC_GPIO_INT_TRIG_MASK) == in configure_input_attr() [all …]
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | test_set_cl_cte_tx_enable.c | 60 err = send_set_cl_cte_tx_enable(ADV_HANDLE_INVALID, g_adv->flags, true); in ZTEST() 73 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, true); in ZTEST() 92 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, true); in ZTEST() 112 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, true); in ZTEST() 116 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, false); in ZTEST() 133 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, true); in ZTEST() 138 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, false); in ZTEST() 153 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, false); in ZTEST() 170 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, true); in ZTEST() 174 err = send_set_cl_cte_tx_enable(g_adv->handle, g_adv->flags, false); in ZTEST() [all …]
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_port.c | 38 uint32_t flags = pin->flags; in soc_port_configure() local 39 uint32_t func = (pin->flags & SOC_PORT_FUNC_MASK) >> SOC_PORT_FUNC_POS; in soc_port_configure() 47 if (flags & SOC_PORT_PMUXEN_ENABLE) { in soc_port_configure() 52 if (flags & (SOC_PORT_PULLUP | SOC_PORT_PULLDOWN)) { in soc_port_configure() 53 if (flags & SOC_PORT_PULLUP) { in soc_port_configure() 60 if (flags & SOC_PORT_INPUT_ENABLE) { in soc_port_configure() 64 if (flags & SOC_PORT_OUTPUT_ENABLE) { in soc_port_configure() 68 if (flags & SOC_PORT_STRENGTH_STRONGER) { in soc_port_configure()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 56 ATOMIC_DEFINE(flags, FLAG_NUM); 76 if (atomic_test_bit(flags, FLAG_SCANNING)) { in check_start_scan() 80 if (atomic_test_bit(flags, FLAG_PA_SYNCED)) { in check_start_scan() 84 if (atomic_test_bit(flags, FLAG_BROADCAST_SYNCED)) { in check_start_scan() 95 atomic_set_bit(flags, FLAG_SCANNING); in check_start_scan() 105 atomic_clear_bit(flags, FLAG_BROADCAST_SYNCING); in broadcast_stream_started_cb() 106 atomic_set_bit(flags, FLAG_BROADCAST_SYNCED); in broadcast_stream_started_cb() 113 atomic_clear_bit(flags, FLAG_BROADCAST_SYNCING); in broadcast_stream_stopped_cb() 114 atomic_clear_bit(flags, FLAG_BROADCAST_SYNCED); in broadcast_stream_stopped_cb() 164 if (!atomic_test_bit(flags, FLAG_BASE_RECEIVED)) { in check_sync_broadcast() [all …]
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_mount.c | 22 fatfs_mnt.flags = FS_MOUNT_FLAG_NO_FORMAT; in test_mount_no_format() 29 fatfs_mnt.flags = 0; in test_mount_no_format() 38 fatfs_mnt.flags = FS_MOUNT_FLAG_READ_ONLY; in test_mount_rd_only_no_sys() 45 fatfs_mnt.flags = 0; in test_mount_rd_only_no_sys() 54 fatfs_mnt.flags = FS_MOUNT_FLAG_USE_DISK_ACCESS; in test_mount_use_disk_access() 60 return ((fatfs_mnt.flags & FS_MOUNT_FLAG_USE_DISK_ACCESS) ? TC_PASS : TC_FAIL); in test_mount_use_disk_access() 67 fatfs_mnt.flags = 0; in test_mount() 73 return ((fatfs_mnt.flags & FS_MOUNT_FLAG_USE_DISK_ACCESS) ? TC_PASS : TC_FAIL); in test_mount()
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | ioctl.c | 18 int flags; in ZTEST_F() local 22 flags = ioctl(fixture->fd, F_GETFL, 0); in ZTEST_F() 23 zassert_equal(flags, 0, "flags == %d", flags); in ZTEST_F() 42 flags = ioctl(fixture->fd, F_GETFL, 0); in ZTEST_F() 43 zassert_equal(flags, O_NONBLOCK, "flags == %d", flags); in ZTEST_F() 63 flags = ioctl(fixture->fd, F_GETFL, 0); in ZTEST_F() 64 zassert_equal(flags, 0, "flags == %d", flags); in ZTEST_F()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 46 uint8_t flags, uint32_t iv_index, uint16_t addr, in bt_mesh_provision() argument 55 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { in bt_mesh_provision() 63 LOG_DBG("net_idx 0x%04x flags 0x%02x iv_index 0x%04x", net_idx, flags, iv_index); in bt_mesh_provision() 65 if (atomic_test_and_set_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision() 70 atomic_test_bit(bt_mesh_cdb.flags, BT_MESH_CDB_VALID)) { in bt_mesh_provision() 77 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision() 84 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision() 93 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision() 97 if (BT_MESH_KEY_REFRESH(flags)) { in bt_mesh_provision() 107 err = bt_mesh_cdb_subnet_key_import(subnet, BT_MESH_KEY_REFRESH(flags) ? 1 : 0, in bt_mesh_provision() [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mcux_igpio.c | 52 gpio_pin_t pin, gpio_flags_t flags) in mcux_igpio_configure() argument 84 if ((flags & GPIO_SINGLE_ENDED) != 0) { in mcux_igpio_configure() 90 if (((flags & GPIO_PULL_UP) != 0) || ((flags & GPIO_PULL_DOWN) != 0)) { in mcux_igpio_configure() 92 if (((flags & GPIO_PULL_UP) != 0)) { in mcux_igpio_configure() 106 if ((flags & GPIO_SINGLE_ENDED) != 0) { in mcux_igpio_configure() 113 if (((flags & GPIO_PULL_UP) != 0) || ((flags & GPIO_PULL_DOWN) != 0)) { in mcux_igpio_configure() 115 if (((flags & GPIO_PULL_UP) != 0)) { in mcux_igpio_configure() 126 if (((flags & GPIO_PULL_UP) != 0) || ((flags & GPIO_PULL_DOWN) != 0)) { in mcux_igpio_configure() 128 if (((flags & GPIO_PULL_UP) != 0)) { in mcux_igpio_configure() 139 if ((flags & GPIO_SINGLE_ENDED) != 0) { in mcux_igpio_configure() [all …]
|
D | gpio_gecko.c | 100 gpio_flags_t flags) in gpio_gecko_configure() argument 107 if (flags & GPIO_OUTPUT) { in gpio_gecko_configure() 109 if (flags & GPIO_SINGLE_ENDED) { in gpio_gecko_configure() 110 if (flags & GPIO_LINE_OPEN_DRAIN) { in gpio_gecko_configure() 118 if (flags & GPIO_OUTPUT_INIT_HIGH) { in gpio_gecko_configure() 120 } else if (flags & GPIO_OUTPUT_INIT_LOW) { in gpio_gecko_configure() 125 } else if (flags & GPIO_INPUT) { in gpio_gecko_configure() 126 if (flags & GPIO_PULL_UP) { in gpio_gecko_configure() 129 } else if (flags & GPIO_PULL_DOWN) { in gpio_gecko_configure() 160 gpio_flags_t flags = 0; in gpio_gecko_get_config() local [all …]
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_backend_std.h | 26 uint32_t flags = (LOG_OUTPUT_FLAG_LEVEL | LOG_OUTPUT_FLAG_TIMESTAMP); in log_backend_std_get_flags() local 29 flags |= LOG_OUTPUT_FLAG_COLORS; in log_backend_std_get_flags() 33 flags |= LOG_OUTPUT_FLAG_FORMAT_TIMESTAMP; in log_backend_std_get_flags() 37 flags |= LOG_OUTPUT_FLAG_THREAD; in log_backend_std_get_flags() 40 return flags; in log_backend_std_get_flags()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 16 uint32_t osThreadFlagsSet(osThreadId_t thread_id, uint32_t flags) in osThreadFlagsSet() argument 22 (flags & 0x80000000)) { in osThreadFlagsSet() 27 tid->signal_results |= flags; in osThreadFlagsSet() 57 uint32_t osThreadFlagsClear(uint32_t flags) in osThreadFlagsClear() argument 66 if (flags & 0x80000000) { in osThreadFlagsClear() 77 tid->signal_results &= ~(flags); in osThreadFlagsClear() 87 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait() argument 99 if (flags & 0x80000000) { in osThreadFlagsWait() 145 if ((tid->signal_results & flags) == flags) { in osThreadFlagsWait() 174 tid->signal_results &= ~(flags); in osThreadFlagsWait()
|
/Zephyr-latest/drivers/tee/ |
D | tee.c | 10 uint32_t flags, struct tee_shm **shmp) in tee_add_shm() argument 20 if (flags & TEE_SHM_ALLOC) { in tee_add_shm() 40 shm->flags = flags; in tee_add_shm() 43 if (flags & TEE_SHM_REGISTER) { in tee_add_shm() 62 if (flags & TEE_SHM_ALLOC) { in tee_add_shm() 77 if (shm->flags & TEE_SHM_REGISTER) { in tee_rm_shm() 95 if (shm->flags & TEE_SHM_ALLOC) { in tee_rm_shm()
|
/Zephyr-latest/lib/utils/ |
D | cobs.c | 11 int cobs_encode(struct net_buf *src, struct net_buf *dst, uint32_t flags) in cobs_encode() argument 13 uint8_t delimiter = COBS_FLAG_CUSTOM_DELIMITER(flags); in cobs_encode() 16 size_t max_encoded_size = cobs_max_encoded_len(src->len, flags); in cobs_encode() 52 if (flags & COBS_FLAG_TRAILING_DELIMITER) { in cobs_encode() 60 int cobs_decode(struct net_buf *src, struct net_buf *dst, uint32_t flags) in cobs_decode() argument 62 uint8_t delimiter = COBS_FLAG_CUSTOM_DELIMITER(flags); in cobs_decode() 64 if (flags & COBS_FLAG_TRAILING_DELIMITER) { in cobs_decode() 76 if (offset == delimiter && !(flags & COBS_FLAG_TRAILING_DELIMITER)) { in cobs_decode()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_ioapic.c | 216 void store_flags(unsigned int irq, uint32_t flags) in store_flags() argument 219 if (flags & IOAPIC_LOW) { in store_flags() 224 if (flags & IOAPIC_LEVEL) { in store_flags() 229 if (flags & IOAPIC_INT_MASK) { in store_flags() 238 if (flags & IOAPIC_LOWEST) { in store_flags() 247 uint32_t flags = 0U; in restore_flags() local 251 flags |= IOAPIC_LOW; in restore_flags() 256 flags |= IOAPIC_LEVEL; in restore_flags() 261 flags |= IOAPIC_INT_MASK; in restore_flags() 266 flags |= IOAPIC_LOWEST; in restore_flags() [all …]
|
/Zephyr-latest/tests/lib/notify/src/ |
D | main.c | 12 uint32_t flags = anp->flags & SYS_NOTIFY_EXTENSION_MASK; in get_extflags() local 14 return flags >> SYS_NOTIFY_EXTENSION_POS; in get_extflags() 18 uint32_t flags) in set_extflags() argument 20 anp->flags = (anp->flags & ~SYS_NOTIFY_EXTENSION_MASK) in set_extflags() 21 | (flags << SYS_NOTIFY_EXTENSION_POS); in set_extflags() 34 .flags = 0, in ZTEST() 66 zassert_equal(notify.flags, SYS_NOTIFY_METHOD_SPINWAIT, in ZTEST() 80 zassert_not_equal(notify.flags, 0, in ZTEST() 86 zassert_equal(notify.flags, 0, in ZTEST() 132 zassert_equal(notify.flags, SYS_NOTIFY_METHOD_SIGNAL, in ZTEST() [all …]
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | multiboot.c | 20 if (!multiboot_info.flags) { in multiboot() 24 printk("\tFlags = 0x%08x\n", multiboot_info.flags); in multiboot() 27 if (multiboot_info.flags & MULTIBOOT_INFO_FLAGS_MEM) { in multiboot() 35 if (multiboot_info.flags & MULTIBOOT_INFO_FLAGS_MMAP) { in multiboot() 43 if (multiboot_info.flags & MULTIBOOT_INFO_FLAGS_FB) { in multiboot()
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_rpi_pico.c | 54 uint32_t flags = 0; in z_impl_hwinfo_get_reset_cause() local 62 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause() 66 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause() 70 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause() 74 flags |= RESET_BROWNOUT; in z_impl_hwinfo_get_reset_cause() 81 flags |= RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause() 85 *cause = flags; in z_impl_hwinfo_get_reset_cause()
|