Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/dts/bindings/spi/
Dinfineon,xmc4xxx-spi.yaml57 simple mapping: in USIC0 interrupt 84->SR0, interrupt 85->SR1, ... etc.
58 In USIC1, interrupt 90->SR0, 91->SR1, etc.
63 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-Core-3.7.0/dts/bindings/serial/
Dinfineon,xmc4xxx-uart.yaml102 simple mapping: in USIC0 interrupt 84->SR0, interrupt 85->SR1, ... etc.
103 In USIC1, interrupt 90->SR0, 91->SR1, etc.
108 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
/Zephyr-Core-3.7.0/drivers/flash/
Dflash_stm32h7x.c166 sr = regs->SR1;
211 while ((FLASH_STM32_REGS(dev)->SR1 & FLASH_SR_QW)
214 while (FLASH_STM32_REGS(dev)->SR1 & FLASH_SR_QW)
243 sector.sr = &regs->SR1;
252 sector.sr = &regs->SR1;
269 sector.sr = &regs->SR1;
Dflash_stm32.h52 #define SR1 SR macro
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.c511 /* Writing sr1 clears sr2. need to read/modify/write both. */ in qspi_wrsr()
523 /* Writing sr2 requires writing sr1 as well. in qspi_wrsr()
Dflash_stm32_qspi.c998 /* if SR2 write needs SR1 */ in qspi_write_status_register()
Dspi_nor.c1616 "Need support for lock clear beyond SR1");))
Dflash_stm32_xspi.c1661 /* if SR2 write needs SR1 */ in stm32_xspi_write_status_register()
Dflash_stm32_ospi.c1802 /* if SR2 write needs SR1 */ in stm32_ospi_write_status_register()
/Zephyr-Core-3.7.0/drivers/usb_c/tcpc/
Ducpd_stm32.c1102 uint32_t sr1; in ucpd_isr() local
1113 sr1 = in ucpd_isr()
1118 } else if (sr1) { in ucpd_isr()