Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_omap.c41 __IO uint32_t STAT; /**< Status, offset: 0x88 */ member
424 while (i2c_base_addr->STAT & I2C_OMAP_STAT_BB) { in i2c_omap_wait_for_bb()
454 uint16_t stat = i2c_base_addr->STAT, result = 0; in i2c_omap_transfer_message_ll()
463 i2c_base_addr->STAT |= I2C_OMAP_STAT_NACK; in i2c_omap_transfer_message_ll()
467 i2c_base_addr->STAT |= I2C_OMAP_STAT_AL; in i2c_omap_transfer_message_ll()
470 i2c_base_addr->STAT |= I2C_OMAP_STAT_ARDY; in i2c_omap_transfer_message_ll()
474 i2c_base_addr->STAT |= in i2c_omap_transfer_message_ll()
485 i2c_base_addr->STAT |= in i2c_omap_transfer_message_ll()
495 i2c_base_addr->STAT |= in i2c_omap_transfer_message_ll()
501 i2c_base_addr->STAT |= I2C_OMAP_STAT_ROVR; in i2c_omap_transfer_message_ll()
[all …]
/Zephyr-latest/drivers/counter/
Dcounter_nxp_mrt.c120 bool active = base->CHANNEL[channel_id].STAT & MRT_CHANNEL_STAT_RUN_MASK; in nxp_mrt_set_top_value()
177 return base->CHANNEL[channel_id].STAT & MRT_CHANNEL_STAT_INTFLAG_MASK; in nxp_mrt_get_pending_int()
258 base->CHANNEL[i].STAT |= MRT_CHANNEL_STAT_INTFLAG_MASK; in nxp_mrt_isr()
/Zephyr-latest/boards/mikroe/mini_m4_for_stm32/
Dmikroe_mini_m4_for_stm32.dts31 label = "STAT LD2";
/Zephyr-latest/boards/raspberrypi/rpi_5/doc/
Dindex.rst74 Insert the Micro SD card and power on the Raspberry Pi 5. And then, the STAT LED will start to blin…
/Zephyr-latest/drivers/serial/
Duart_mcux_flexcomm.c197 return (config->base->STAT & USART_STAT_TXIDLE_MASK) != 0; in mcux_flexcomm_irq_tx_complete()
970 config->base->STAT |= USART_STAT_START_MASK; in mcux_flexcomm_isr()
Duart_mcux_lpuart.c1147 config->base->STAT |= LPUART_STAT_RXINV(1); in mcux_lpuart_configure_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_kinetis.c880 uint8_t status = USB0->STAT; in usb_kinetis_isr_handler()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c648 const uint8_t status = base->STAT; in usbfsotg_isr_handler()