Home
last modified time | relevance | path

Searched full:sr1 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/spi/
Dinfineon,xmc4xxx-spi.yaml57 simple mapping: in USIC0 interrupt 84->SR0, interrupt 85->SR1, ... etc.
58 In USIC1, intterupt 90->SR0, 91->SR1, etc.
63 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-Core-3.5.0/dts/bindings/serial/
Dinfineon,xmc4xxx-uart.yaml102 simple mapping: in USIC0 interrupt 84->SR0, interrupt 85->SR1, ... etc.
103 In USIC1, intterupt 90->SR0, 91->SR1, etc.
108 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_stm32h7x.c129 sr = regs->SR1; in flash_stm32_check_status()
172 while ((FLASH_STM32_REGS(dev)->SR1 & FLASH_SR_QW) in flash_stm32_wait_flash_idle()
175 while (FLASH_STM32_REGS(dev)->SR1 & FLASH_SR_QW) in flash_stm32_wait_flash_idle()
202 sector.sr = &regs->SR1; in get_sector()
211 sector.sr = &regs->SR1; in get_sector()
228 sector.sr = &regs->SR1; in get_sector()
Dflash_nxp_s32_qspi_nor.c452 /* Writing SR1 clears SR2 */ in nxp_s32_qspi_write_status_register()
460 /* buf = [val] or [SR1, val] */ in nxp_s32_qspi_write_status_register()
464 /* Writing SR2 requires writing SR1 as well */ in nxp_s32_qspi_write_status_register()
Dnrf_qspi_nor.c561 /* Writing sr1 clears sr2. need to read/modify/write both. */ in qspi_wrsr()
573 /* Writing sr2 requires writing sr1 as well. in qspi_wrsr()
Dflash_stm32_qspi.c862 /* if SR2 write needs SR1 */ in qspi_write_status_register()
Dspi_nor.c1477 "Need support for lock clear beyond SR1");
Dflash_stm32_ospi.c1589 /* if SR2 write needs SR1 */ in stm32_ospi_write_status_register()
/Zephyr-Core-3.5.0/drivers/usb_c/tcpc/
Ducpd_stm32.c1122 uint32_t sr1; in ucpd_isr() local
1133 sr1 = in ucpd_isr()
1138 } else if (sr1) { in ucpd_isr()