Home
last modified time | relevance | path

Searched refs:CS (Results 1 – 25 of 116) sorted by relevance

12345

/Zephyr-latest/soc/nxp/s32/s32k1/
Dsoc.c31 if ((IP_WDOG->CS & WDOG_CS_CMD32EN_MASK) != 0U) { in z_arm_watchdog_init()
37 while (!(IP_WDOG->CS & WDOG_CS_ULK_MASK)) { in z_arm_watchdog_init()
42 IP_WDOG->CS = (uint32_t) ((IP_WDOG->CS) & ~WDOG_CS_EN_MASK) | WDOG_CS_UPDATE_MASK; in z_arm_watchdog_init()
45 while (!(IP_WDOG->CS & WDOG_CS_RCS_MASK)) { in z_arm_watchdog_init()
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst12 The CS Test sample shows how to us the CS test command to override randomization of certain channel
16 The connected CS sample shows how to set up regular channel sounding procedures on a connection
57 Here is an example output from the connected CS sample:
70 CS capability exchange completed.
71 CS config creation complete. ID: 0
72 CS security enabled.
73 CS procedures enabled.
82 Found device with name CS Sample, connecting...
85 CS capability exchange completed.
86 CS config creation complete. ID: 0
[all …]
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst20 but CS and SCK signals are not the standard Arduino SPI_CS and SPI_SCK signals.
37 Also shield expects SPI CS to be available on Arduino pin A1 instead of usual
38 Arduino UNO R3 SPI CS D10.
39 This is not a problem as CS signal is software driven gpio on Arduino A1
50 - CS: To use D10 instead of A1, remove R2 and add R7
55 The stm32mp157c_dk2 board is known to need those CS/IRQ pin modifications
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/
Dindex.rst20 but CS signal is not the standard Arduino SPI_CS signal.
33 Out of the box, X-NUCLEO-BNRG2A1 shield expects SPI CS to be available on
34 Arduino pin A1 instead of usual Arduino UNO R3 SPI CS D10.
35 This is not a problem as CS signal is software driven gpio on Arduino A1
46 - CS: To use D1 instead of A1, unmount R76 and mount R86
/Zephyr-latest/boards/shields/arduino_uno_click/
Darduino_uno_click.overlay15 <2 0 &arduino_header 16 0>, /* CS -> D10 */
38 <2 0 &arduino_header 15 0>, /* CS -> D9 */
/Zephyr-latest/boards/google/dragonclaw/doc/
Dindex.rst23 - SPI_1 CS/CLK/MISO/MOSI : PA4/PA5/PA6/PA7
24 - SPI_2 CS/CLK/MISO/MOSI : PB12/PB13/PB14/PB15
/Zephyr-latest/boards/google/icetower/doc/
Dindex.rst23 - SPI_1 CS/CLK/MISO/MOSI : PA4/PA5/PA6/PA7
24 - SPI_4 CS/CLK/MISO/MOSI : PE11/PE12/PE13/PE14
/Zephyr-latest/dts/xtensa/espressif/esp32/
Desp32_d0wdr2_v3.dtsi12 <11 1>, // flash CS
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86_64.py37 CS = 18 variable in RegNum
100 RegNum.CS,
148 self.registers[RegNum.CS] = tu[14]
Dx86.py29 CS = 10 variable in RegNum
118 self.registers[RegNum.CS] = tu[12]
/Zephyr-latest/boards/shields/atmel_rf2xx/
Datmel_rf2xx_mikrobus.overlay16 /* CS */
/Zephyr-latest/boards/nordic/nrf7002dk/
Dnrf7002dk_nrf5340_cpuapp_defconfig26 # ISN needs CS-Rand which isn't supported upstream for nRF boards
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dsame54_xpro.overlay11 /* Assign a CS pin */
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/
Dttgo_t7v1_5-pinctrl.dtsi28 /* GPIO5 is CS */
/Zephyr-latest/boards/lilygo/ttgo_t8c3/
Dttgo_t8c3-pinctrl.dtsi28 /* GPIO6 is CS */
/Zephyr-latest/dts/arm/nuvoton/
Dnpcx9m7fb.dtsi45 * Raising the interrupt priority of the MIWU group, which owns SHI CS, to the same as
/Zephyr-latest/samples/drivers/led/is31fl3733/
DKconfig18 Set this to match the number of CS LED source connections wired up
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay28 * Remove JP30 to disconnect Flexcomm SPI CS
35 * 4 | CS | J5.3 (LCD_SPI_SS)
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt116 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
130 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
142 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
153 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
164 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
184 E: EFLAGS: 0x001003c4 CS: 0x0511 CR3: 0x00115740
/Zephyr-latest/subsys/random/
DKconfig85 CS random values. For this to be enabled, there must be the "zephyr,entropy"
93 # enabling CS generators. ENTROPY_HAS_DRIVER is the flag indicating the
94 # CS entropy source.
113 bool "Use hardware random driver for CS random numbers"
/Zephyr-latest/boards/shields/max7219/doc/
Dindex.rst11 only five pins: VCC, GND, DIN, CS, and CLK.
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
Dsoc.c289 while (!(WDOG->CS & WDOG_CS_ULK_MASK)) { in z_arm_watchdog_init()
298 WDOG->CS = WDOG_CS_PRES(1) | WDOG_CS_CLK(1) | WDOG_CS_WAIT(1) | in z_arm_watchdog_init()
301 while (!(WDOG->CS & WDOG_CS_RCS_MASK)) { in z_arm_watchdog_init()
/Zephyr-latest/boards/shields/mcp2515/doc/
Dindex.rst74 | D4 | SPI-CS | MicroSD |
86 | D10 | SPI-CS | MCP2515 |
195 | D9 | SPI-CS | MicroSD |
197 | D10 | SPI-CS | MCP2515 |
309 | GP20 | SPI-CS | MCP2515 |
/Zephyr-latest/subsys/bluetooth/
DKconfig212 When the results for a CS subevent cannot fit into a single HCI event,
214 full CS subevent. This config sets the size of the reassembly buffer.
222 Controls the number of the reassembly buffers for CS subevent
223 results. Each running CS procedure is allocated one buffer and the
224 number of concurrent CS procedures is limited by this value.
/Zephyr-latest/boards/m5stack/m5stack_stamps3/
Dm5stack_stamps3_connectors.dtsi19 <6 0 &gpio0 7 0>, /* GPIO/AIN/SPI2-CS */

12345