Home
last modified time | relevance | path

Searched refs:SR (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dgatt.llcp.test_list7 GATT/SR/GAC/BV-01-C
8 GATT/SR/GAD/BV-01-C
9 GATT/SR/GAD/BV-02-C
10 GATT/SR/GAD/BV-03-C
11 GATT/SR/GAD/BV-04-C
12 GATT/SR/GAD/BV-05-C
13 GATT/SR/GAD/BV-06-C
14 GATT/SR/GAR/BV-01-C
15 GATT/SR/GAR/BI-01-C
16 GATT/SR/GAR/BI-02-C
[all …]
/Zephyr-latest/boards/shields/nrf7002ek/doc/
Dindex.rst46 SR Co-existence
49 The nRF7002 EK supports SR co-existence provided the host board supports it. The SR co-existence
53 Two Kconfig options are available to enable SR co-existence:
55 - :kconfig:option:`CONFIG_NRF70_SR_COEX`: Enables SR co-existence driver.
56 - :kconfig:option:`CONFIG_NRF70_SR_COEX_RF_SWITCH`: Control SR side RF switch.
68 - ``nrf7002ek_coex``: Variant for the SR co-existence interface
/Zephyr-latest/boards/shields/nrf7002eb/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay8 * remove this as Wi-Fi SR co-existence is not yet supported on this board.
9 * The external SR RF switch may not even be present on this board.
Dthingy53_nrf5340_cpuapp.overlay8 * This uses gpio0 pin 8 which conflicts with STATUS pin of Wi-Fi SR coex
/Zephyr-latest/boards/shields/nrf7002eb/doc/
Dindex.rst55 SR Co-existence
58 The nRF7002 EB supports SR co-existence provided the host board supports it. The SR co-existence
61 Two Kconfig options are available to enable SR co-existence:
63 - :kconfig:option:`CONFIG_NRF70_SR_COEX`: Enables SR co-existence.
64 - :kconfig:option:`CONFIG_NRF70_SR_COEX_RF_SWITCH`: Control SR side RF switch.
/Zephyr-latest/drivers/timer/
Dwch_systick_ch32v00x.c36 SYSTICK->SR = 0; in ch32v00x_systick_irq()
55 SYSTICK->SR = 0; in ch32v00x_systick_init()
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_common.dtsi16 /* Short-range (SR) co-existence */
/Zephyr-latest/drivers/flash/
Dflash_stm32wbx.c414 error = (regs->SR & FLASH_FLAG_SR_ERRORS); in flash_stm32_check_status()
419 regs->SR |= FLASH_FLAG_SR_ERRORS; in flash_stm32_check_status()
Dflash_stm32.h53 #define SR1 SR
71 #define FLASH_STM32_SR SR
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst32 …[DEVICE]: CB:01:1A:2D:6E:AE (random), AD evt type 0, RSSI -78 C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, S…
33 …[DEVICE]: 20:C2:EE:59:85:5B (random), AD evt type 3, RSSI -62 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
34 …[DEVICE]: E3:72:76:87:2F:E8 (random), AD evt type 3, RSSI -74 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
35 …[DEVICE]: 1E:19:25:8A:CB:84 (random), AD evt type 3, RSSI -67 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
36 …[DEVICE]: 26:42:F3:D5:A0:86 (random), AD evt type 3, RSSI -73 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
37 …[DEVICE]: 0C:61:D1:B9:5D:9E (random), AD evt type 3, RSSI -87 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
38 …[DEVICE]: 20:C2:EE:59:85:5B (random), AD evt type 3, RSSI -66 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
39 …[DEVICE]: 25:3F:7A:EE:0F:55 (random), AD evt type 3, RSSI -83 C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, S…
268 …]: 68:49:30:68:49:30 (random), AD evt type 5, RSSI -59 shell C:1 S:0 D:0 SR:0 E:1 Prim: LE 1M, S…
/Zephyr-latest/drivers/spi/
Dspi_pl022.c111 #define SSP_SR_MASK_TFE SSP_MASK(SR, TFE)
113 #define SSP_SR_MASK_TNF SSP_MASK(SR, TNF)
115 #define SSP_SR_MASK_RNE SSP_MASK(SR, RNE)
117 #define SSP_SR_MASK_RFF SSP_MASK(SR, RFF)
119 #define SSP_SR_MASK_BSY SSP_MASK(SR, BSY)
Dspi_ll_stm32.c350 uint32_t sr = LL_SPI_ReadReg(spi, SR); in spi_stm32_get_err()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32.c210 sr = LL_UCPD_ReadReg(config->ucpd_port, SR); in ucpd_get_cc()
1112 LL_UCPD_ReadReg(((const struct tcpc_config *)dev_inst[0]->config)->ucpd_port, SR); in ucpd_isr()
1114 LL_UCPD_ReadReg(((const struct tcpc_config *)dev_inst[1]->config)->ucpd_port, SR); in ucpd_isr()
1140 sr = LL_UCPD_ReadReg(config->ucpd_port, SR); in ucpd_isr()
1263 LOG_INF("SR: %08x", LL_UCPD_ReadReg(config->ucpd_port, SR)); in ucpd_dump_std_reg()
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.c191 while (HCACHE->SR & HCACHE_SR_CSTS_EN) { in clock_init()
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/
Dindex.rst99 - MOD LED1 : PE2 (SR LED)
101 - NET LED1 : PB10 (SR LED)
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi193 # Wi-Fi and SR Coexistence Hardware configuration.
195 bool "Wi-Fi and SR coexistence support"
198 bool "GPIO configuration to control SR side RF switch position"
202 Select this option to enable GPIO configuration to control SR side RF switch position.
203 …If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna…
204 …If this GPIO is de-asserted (0), the SR side RF switch is connected to the SR side (separate anten…
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/
Dstm32_digi_temp.c76 while (READ_BIT(dts->SR, DTS_SR_TS1_RDY) == 0) { in stm32_digi_temp_sample_fetch()
/Zephyr-latest/drivers/ipm/
Dipm_imx.c111 status_reg = base->SR >>= MU_SR_RFn_SHIFT; in imx_mu_isr()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_broadcast_assistant.rst97 …6E:49 (random), AD evt type 5, RSSI -28 Broadcast Audio Source C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, S…
/Zephyr-latest/subsys/net/ip/
DKconfig477 bool "SR class A and class B mapping"
482 system that supports SR (Stream Reservation) class A and SR class B.
486 bool "SR class B only mapping"
491 system that supports SR (Stream Reservation) class B only.
/Zephyr-latest/drivers/i2c/
Di2c_sam4l_twim.c426 isr_status = twim->SR & twim->IMR; in i2c_sam_twim_isr()
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c402 ENET_QOS_REG_PREP(DMA_CH_DMA_CHX_RX_CTRL, SR, 0b1); in enet_qos_start()
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst331 * :github:`3829` - PTS test case GATT/SR/GPA/BV-02-C crashes tester in QEMU
338 * :github:`3922` - [PTS] GATT/SR/GAT/BV-01-C INCONC
Drelease-notes-2.2.rst744 * :github:`23110` - PTS: Bluetooth: GATT/SR/GAS/BV-07-C
757 * :github:`22982` - PTS: Test framework: Bluetooth: GATT/SR/GAS/BV-01-C, GATT/SR/GAS/BV-07-C - BTP…
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c1793 uint32_t status_reg = i3c->SR; in i3c_stm32_event_isr()

12