/Zephyr-latest/boards/particle/argon/dts/ |
D | mesh_feather_spi1_spi3.dtsi | 33 status = "okay";
|
/Zephyr-latest/boards/particle/boron/dts/ |
D | mesh_feather_spi1_spi3.dtsi | 33 status = "okay";
|
/Zephyr-latest/boards/particle/xenon/dts/ |
D | mesh_feather_spi1_spi3.dtsi | 33 status = "okay";
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_pllq_2_d1ppre_4.overlay | 31 status = "okay";
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf7002dk_nrf5340_cpuapp_nrf7001.dts | 29 status = "okay";
|
D | nrf7002dk_nrf5340_cpuapp.dts | 29 status = "okay";
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_cpuapp.dts | 38 status = "okay";
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | nucleo_f746zg.overlay | 41 status = "okay";
|
D | stm32h573i_dk.overlay | 41 status = "okay";
|
D | cy8cproto_062_4343w.overlay | 17 status = "okay";
|
D | cy8cproto_063_ble.overlay | 17 status = "okay";
|
D | nucleo_f207zg.overlay | 41 status = "okay";
|
D | nucleo_f401re.overlay | 41 status = "okay";
|
D | nucleo_f429zi.overlay | 41 status = "okay";
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | nrf9161dk_nrf9161_common_0_7_0.dtsi | 13 status = "okay";
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | nucleo_wl55jc.overlay | 24 status = "okay";
|
/Zephyr-latest/drivers/spi/ |
D | spi_xmc4xxx.c | 73 int status) in spi_xmc4xxx_dma_callback() argument 77 if (status != 0) { in spi_xmc4xxx_dma_callback() 116 uint32_t status; in spi_xmc4xxx_shift_frames() local 137 status = XMC_SPI_CH_GetStatusFlag(config->spi); in spi_xmc4xxx_shift_frames() 138 if (status & XMC_SPI_CH_STATUS_FLAG_TRANSMIT_SHIFT_INDICATION) { in spi_xmc4xxx_shift_frames() 145 status = XMC_SPI_CH_GetStatusFlag(config->spi); in spi_xmc4xxx_shift_frames() 146 if (status & (XMC_SPI_CH_STATUS_FLAG_RECEIVE_INDICATION | in spi_xmc4xxx_shift_frames()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_stream.c | 274 hdr->int_status = data->status; in adxl367_process_fifo_samples_cb() 416 uint8_t status = data->status; in adxl367_process_status_cb() local 447 if ((fifo_wmark_cfg != NULL) && FIELD_GET(ADXL367_STATUS_FIFO_WATERMARK, status)) { in adxl367_process_status_cb() 451 if ((fifo_full_cfg != NULL) && FIELD_GET(ADXL367_STATUS_FIFO_OVERRUN, status)) { in adxl367_process_status_cb() 508 rx_data->int_status = status; in adxl367_process_status_cb() 554 rtio_sqe_prep_read(read_status_reg, data->iodev, RTIO_PRIO_NORM, &data->status, 1, NULL); in adxl367_stream_irq_handler()
|
/Zephyr-latest/drivers/sensor/tsic_xx6/ |
D | tsic_xx6.c | 83 uint32_t period_cycles, uint32_t pulse_cycles, int status, in tsic_xx6_pwm_callback() argument 96 if (status != 0) { in tsic_xx6_pwm_callback() 97 LOG_ERR("callback failed: %d", status); in tsic_xx6_pwm_callback()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_imx.c | 171 mu_status_t status; in imx_mu_ipm_send() local 208 status = MU_TrySendMsg(base, id * IMX_IPM_DATA_REGS + i, in imx_mu_ipm_send() 210 if (status == kStatus_MU_TxNotEmpty) { in imx_mu_ipm_send()
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand.c | 179 uint32_t status; in flash_cdns_nand_init() local 181 status = sys_read32(DFI_SEL_CHK); in flash_cdns_nand_init() 182 if ((status & 1) != 0) { in flash_cdns_nand_init()
|
/Zephyr-latest/drivers/fuel_gauge/bq27z746/ |
D | bq27z746.c | 29 const int status = i2c_burst_read_dt(&cfg->i2c, reg, i2c_data, sizeof(i2c_data)); in bq27z746_read16() local 31 if (status < 0) { in bq27z746_read16() 33 return status; in bq27z746_read16()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_lfclk.c | 71 int status = 0; in clock_evt_handler() local 76 status = -ENXIO; in clock_evt_handler() 79 clock_config_update_end(&dev_data->clk_cfg, status); in clock_evt_handler()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | udp.c | 22 union net_proto_header *proto_hdr, int status, in udp_rcvd() argument 43 static void udp_sent(struct net_context *context, int status, void *user_data) in udp_sent() argument 46 ARG_UNUSED(status); in udp_sent()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_f32.c | 188 arm_status status; in test_arm_conv_partial_f32() local 195 status = arm_conv_partial_f32( in test_arm_conv_partial_f32() 200 zassert_equal(status, ARM_MATH_SUCCESS, in test_arm_conv_partial_f32()
|