Home
last modified time | relevance | path

Searched refs:status0 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/boards/shields/nrf7002eb/
Dnrf7002eb_coex.overlay12 status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_coex.overlay13 status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/nordic/nrf7002dk/
Dnrf7002dk_nrf5340_cpunet.dts90 status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
Dnrf5340_cpuapp_common.dtsi119 status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/drivers/ethernet/
Deth_adin2111.c655 uint32_t status0; in adin2111_offload_thread() local
677 ret = eth_adin2111_reg_read(dev, ADIN2111_STATUS0, &status0); in adin2111_offload_thread()
687 if (status0 & ADIN2111_STATUS0_PHYINT) { in adin2111_offload_thread()
711 if (status0 & ADIN2111_STATUS1_SPI_ERR) { in adin2111_offload_thread()
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c1709 for (uint32_t status0 = sys_read32(config->base + MST_STATUS0); in cdns_i3c_complete_transfer() local
1710 !(status0 & MST_STATUS0_CMDR_EMP); status0 = sys_read32(config->base + MST_STATUS0)) { in cdns_i3c_complete_transfer()
2412 for (uint32_t status0 = sys_read32(config->base + MST_STATUS0); in cnds_i3c_master_demux_ibis() local
2413 !(status0 & MST_STATUS0_IBIR_EMP); status0 = sys_read32(config->base + MST_STATUS0)) { in cnds_i3c_master_demux_ibis()