/Zephyr-latest/drivers/can/ |
D | can_tcan4x5x.c | 419 uint32_t status; in tcan4x5x_int_thread() local 441 err = tcan4x5x_read_tcan_reg(dev, CAN_TCAN4X5X_STATUS, &status); in tcan4x5x_int_thread() 447 LOG_ERR("SPIERR, status = 0x%08x", status); in tcan4x5x_int_thread() 449 err = tcan4x5x_write_tcan_reg(dev, CAN_TCAN4X5X_STATUS, status & in tcan4x5x_int_thread()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.h | 110 void (*link_closed)(enum prov_bearer_link_status status);
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | priv_beacon.c | 114 val.net_idx, val.state, val.status); in cmd_priv_node_id_get()
|
/Zephyr-latest/include/zephyr/linker/ |
D | linker-defs.h | 34 #define DT_NODE_HAS_STATUS(node, status) 0 argument
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1050.dtsi | 50 status = "disabled";
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_cdns.c | 1537 int status = cdns_i3c_do_ccc(dev, &entdaa_ccc); in cdns_i3c_do_daa() local 1539 if (status != 0) { in cdns_i3c_do_daa() 1540 return status; in cdns_i3c_do_daa() 1594 status = i3c_ccc_do_events_all_set(dev, true, &i3c_events); in cdns_i3c_do_daa() 1595 if (status != 0) { in cdns_i3c_do_daa() 2443 int status = 0; in cdns_i3c_target_sdr_tx_thr_int_handler() local 2455 (status == 0)) { in cdns_i3c_target_sdr_tx_thr_int_handler() 2465 status = target_cb->read_processed_cb(data->target_config, in cdns_i3c_target_sdr_tx_thr_int_handler() 2467 if (status == 0) { in cdns_i3c_target_sdr_tx_thr_int_handler() 2480 (status == 0)) { in cdns_i3c_target_sdr_tx_thr_int_handler() [all …]
|
D | i3c_ccc.c | 498 union i3c_ccc_getstatus *status, in i3c_ccc_do_getstatus() argument 510 __ASSERT_NO_MSG(status != NULL); in i3c_ccc_do_getstatus() 551 status->fmt1.status = sys_get_be16(data); in i3c_ccc_do_getstatus() 557 status->fmt2.raw_u16 = sys_get_be16(data); in i3c_ccc_do_getstatus()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_ll_stm32.c | 557 uint32_t channel, int status) in dma_rx_callback() argument 566 if (status < 0) { in dma_rx_callback() 628 uint32_t channel, int status) in dma_tx_callback() argument 637 if (status < 0) { in dma_tx_callback() 656 if ((stream->state == I2S_STATE_STOPPING) && (status == DMA_STATUS_COMPLETE)) { in dma_tx_callback()
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 70 - Power status LED (green) 232 end safely and write the status to the shared memory location for the main core. 233 The utility then loads the new application and reads its status from the shared 248 the status of the stopped application. This is expected if the previously 272 Or the one below, if the utility cannot read the status flag that the M4 core
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_vcp.c | 57 uint16_t status; member 471 .status = aics_status_cb, 500 vcp_register_param.aics_param[i].status = 1; in set_register_params() 576 ev.aics_handles.status_handle = sys_cpu_to_le16(chrc_handles->aics_handles.status); in btp_send_vcp_found_ev() 682 chrc_handles.aics_handles.status = aics_cli->status_handle; in vcp_vol_ctlr_discover_cb()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 69 uint16_t status; member
|
/Zephyr-latest/samples/drivers/clock_control_xec/ |
D | README.rst | 66 Prints MEC172x VBAT and PCR register pertaining to power on status and
|
/Zephyr-latest/drivers/disk/ |
D | loopback_disk.c | 126 .status = loopback_disk_access_status,
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/ |
D | mps2_an521_cputest.dts | 129 status = "okay";
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu0.dts | 129 status = "okay";
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | lis2dw12.c | 143 lis2dw12_status_t status; in lis2dw12_channel_get_status() local 146 lis2dw12_status_reg_get(ctx, &status); in lis2dw12_channel_get_status() 147 val->val1 = (int32_t)*(uint8_t *)&status; in lis2dw12_channel_get_status()
|
/Zephyr-latest/drivers/dma/ |
D | dma_emul.c | 73 static inline bool dma_emul_xfer_is_error_status(int status) in dma_emul_xfer_is_error_status() argument 75 return status < 0; in dma_emul_xfer_is_error_status() 488 struct dma_status *status) in dma_emul_get_status() argument
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2.c | 2383 uint32_t status; in dwc2_handle_iepint() local 2388 status = diepint & diepmsk; in dwc2_handle_iepint() 2389 sys_write32(status, diepint_reg); in dwc2_handle_iepint() 2392 n | USB_EP_DIR_IN, status); in dwc2_handle_iepint() 2394 if (status & USB_DWC2_DIEPINT_XFERCOMPL) { in dwc2_handle_iepint() 2491 uint32_t status; in dwc2_handle_oepint() local 2499 status = doepint & doepmsk; in dwc2_handle_oepint() 2500 sys_write32(status, doepint_reg); in dwc2_handle_oepint() 2502 LOG_DBG("ep 0x%02x interrupt status: 0x%x", n, status); in dwc2_handle_oepint() 2507 if (priv->bufferdma && (status & USB_DWC2_DOEPINT_XFERCOMPL) && in dwc2_handle_oepint() [all …]
|
/Zephyr-latest/drivers/spi/ |
D | spi_smartbond.c | 321 static inline void spi_smartbond_isr_set_status(const struct device *dev, bool status) in spi_smartbond_isr_set_status() argument 325 if (status) { in spi_smartbond_isr_set_status() 766 uint32_t id, int status) in spi_smartbond_tx_dma_cb() argument 772 if (status < 0) { in spi_smartbond_tx_dma_cb() 781 uint32_t id, int status) in spi_smartbond_rx_dma_cb() argument 787 if (status < 0) { in spi_smartbond_rx_dma_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll.h | 344 uint8_t status; member 413 uint64_t status:8; /* Status of reception (OK/not OK) */ member
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 136 bool "SMP command status hooks" 139 This will enable SMP command status notification hooks for when an SMP message is
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 149 Set the PHY status polling period. 155 PHY status polling.
|
/Zephyr-latest/samples/drivers/clock_control_litex/ |
D | README.rst | 70 Clock output status (frequency, duty and phase offset) can be acquired with function ``clock_contro… 82 * Setting frequency, duty and phase at once, then check clock status and rate,
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 227 static void send_pkt_report(uint8_t seq, uint8_t status, uint8_t num_tx) in send_pkt_report() argument 233 report[1] = status; in send_pkt_report()
|
/Zephyr-latest/drivers/adc/ |
D | adc_numaker.c | 226 static void adc_context_on_complete(struct adc_context *ctx, int status) in adc_context_on_complete() argument 233 ARG_UNUSED(status); in adc_context_on_complete()
|