Home
last modified time | relevance | path

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

/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.rst96 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.c1143 config->base->STAT |= LPUART_STAT_RXINV(1); in mcux_lpuart_configure_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_kinetis.c873 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()