Home
last modified time | relevance | path

Searched +full:1 +full:p8 (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c30 stmesp_flag(reg, 1, false, IS_ENABLED(CONFIG_LOG_FRONTEND_STMESP_GUARANTEED_ACCESS))
70 STM_MSG_TYPE_RESERVED = 1,
79 uint32_t type: 1;
218 const uint8_t *p8 = data; in write_data() local
236 STM_D8(stm_esp, *p8++, false, false); in write_data()
237 STM_D16(stm_esp, *(uint16_t *)p8, false, false); in write_data()
238 p8 += sizeof(uint16_t); in write_data()
242 STM_D16(stm_esp, *(uint16_t *)p8, false, false); in write_data()
243 p8 += sizeof(uint16_t); in write_data()
249 STM_D8(stm_esp, *p8++, false, false); in write_data()
[all …]
/Zephyr-latest/boards/bbc/microbit/
Dboard.h17 #define EXT_P2_GPIO_PIN 1 /* P2, Analog in */
18 #define EXT_P3_GPIO_PIN 4 /* P3, Analog in, LED Col 1 */
23 #define EXT_P8_GPIO_PIN 18 /* P8 */
Dbbc_microbit.dts84 <1 0 &gpio0 2 0>, /* P1, Analog in */
85 <2 0 &gpio0 1 0>, /* P2, Analog in */
86 <3 0 &gpio0 4 0>, /* P3, Analog in, LED Col 1 */
91 <8 0 &gpio0 18 0>, /* P8 */
123 pinctrl-1 = <&uart0_sleep>;
135 pinctrl-1 = <&i2c0_sleep>;
137 mma8653fc: mma8653fc@1d {
145 /* v1.5 variant 1 LSM303AGR */
146 lsm303agr_magn: lsm303agr-magn@1e {
165 #address-cells = <1>;
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dite,it8xxx2-pinctrl.yaml31 gpio-voltage = "1p8";
35 gpio-voltage = "1v8";
43 pinmuxs = <&pinctrlb 1 IT8XXX2_ALT_FUNC_3>;
58 pinctrl-1 = <&uart1_rx_pb0_sleep &uart1_tx_pb1_sleep>;
98 - "1v8"
108 low level 1b: 4mA or 2mA
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Difx_cat1-pinctrl.h27 #define HSIOM_SEL_GPIO_DSI (1)
82 #define P8 CYHAL_PORT_8 macro
105 DT_REG_ADDR_BY_IDX(DT_NODELABEL(gpio_prt0), 1), \
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst81 | DDR0 | 0xA2000000 | 0xA3000000 | 0xA4000000 | 0xA5000000 | 1MB |
114 Zephyr on BeagleBone AI-64 J721E Cortex R5 uses UART 2 (Rx p8.22, Tx p8.34)
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_cpunet.dts34 label = "Push button 1";
75 gpio-map = <5 0 &gpio1 1 0>, /* P5, P1.01/GRANT */
77 <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
113 pinctrl-1 = <&uart0_sleep>;
122 pinctrl-1 = <&spi0_sleep>;
142 #address-cells = <1>;
143 #size-cells = <1>;
153 slot1_partition: partition@1e000 {
154 label = "image-1";
Dthingy53_nrf5340_common.dtsi22 label = "Push button 1";
56 pwms = <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
71 gpio-map = <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
162 pinctrl-1 = <&pwm0_sleep>;
170 pinctrl-1 = <&pwm1_sleep>;
175 #address-cells = <1>;
208 pinctrl-1 = <&i2c1_sleep>;
235 pinctrl-1 = <&spi3_sleep>;
244 bmi270: spi-dev-bmi270@1 {
248 reg = <1>;
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.h108 #define BMP388_STATUS_CMD_ERR BIT(1)
120 #define BMP388_PWR_CTRL_TEMP_EN BIT(1)
138 #define BMP388_IIR_FILTER_POS 1
165 int8_t p8; member
Dbmp388.c38 { 1, 563 }, /* 25/16 - 640ms */
81 rc = cfg->bus_io->read(&cfg->bus, reg, &old_value, 1); in bmp388_reg_field_update()
108 return (ARRAY_SIZE(bmp388_odr_map) - 1) - i; in bmp388_freq_to_odr_val()
151 if ((val <= 0) || (val > 32) || ((val & (val - 1)) != 0)) { in bmp388_attr_set_oversampling()
168 val >>= 1; in bmp388_attr_set_oversampling()
250 ret = bmp388_reg_read(dev, BMP388_REG_STATUS, raw, 1); in bmp388_sample_fetch()
339 partial_data4 = (cal->p8 * partial_data3) / 32; in bmp388_compensate_press()
489 if (bmp388_reg_read(dev, BMP388_REG_CHIPID, &val, 1) < 0) { in bmp388_init()
535 if (bmp388_reg_read(dev, BMP388_REG_ERR_REG, &val, 1) < 0) { in bmp388_init()
/Zephyr-latest/boards/bbc/microbit_v2/
Dbbc_microbit_v2.dts83 <1 0 &gpio0 3 0>, /* P1 */
90 <8 0 &gpio0 10 0>, /* P8 */
96 <14 0 &gpio0 1 0>, /* P14 */
120 pinctrl-1 = <&pwm1_sleep>;
129 pinctrl-1 = <&uart0_sleep>;
141 pinctrl-1 = <&i2c0_sleep>;
143 lsm303agr_magn: lsm303agr-magn@1e {
162 #address-cells = <1>;
163 #size-cells = <1>;
174 label = "image-1";
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst9 RISC-V architecture and FPGA technology. It has the same P8 & P9 cape header pins as BeagleBone
111 Timeout in 1 second
/Zephyr-latest/boards/st/steval_fcu001v1/doc/
Dindex.rst28 - USART/UART (1)
29 - I2C (1)
105 Flashing Zephyr onto the steval_fcu001v1 board requires an external ST-LINK/V2-1 programmer.
106 The programmer is attached to the P8 programming header with ARM-JTAG-20-10-Plug-in Adapter.
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py24 DUT(platform='p1', id=1, serial='s1', product='pr1', connected=True),
31 DUT(platform='p8', id=8, serial='s8', product='pr8', connected=False)
108 d.counter = 1
111 assert d.counter == 1
122 (None, True, 'hm.yaml', [], mock.ANY, mock.ANY, ['fix'], 1,
124 (None, True, 'hm.yaml', ['pX'], mock.ANY, mock.ANY, ['fix'], 1,
126 (None, True, None, ['p'], 's', None, ['fix'], 1,
128 (None, True, None, ['p'], None, 'spty', ['fix'], 1,
228 | p1 | 1 | 0 | 0 |
258 assert len(hm.duts) == 1
[all …]
/Zephyr-latest/drivers/espi/
Despi_mchp_xec.c30 /* 1s */
54 #define ESPI_PERIPHERAL_UART_PORT1 1
260 iomode = (cfg->io_caps >> 1); in espi_xec_configure()
313 ESPI_EIO_BAR_REGS->IO_ACTV = 1; in espi_xec_configure()
363 *data = KBC_REGS->EC_KBC_STS & MCHP_KBC_STS_OBF ? 1 : 0; in espi_xec_read_lpc_request()
366 *data = KBC_REGS->EC_KBC_STS & MCHP_KBC_STS_IBF ? 1 : 0; in espi_xec_read_lpc_request()
450 uint8_t *p8 = (uint8_t *)&reg->SRC; in espi_xec_send_vwire() local
452 *(p8 + (uintptr_t) src_id) = level; in espi_xec_send_vwire()
457 uint8_t *p8 = (uint8_t *)&reg->SRC; in espi_xec_send_vwire() local
459 *(p8 + (uintptr_t) src_id) = level; in espi_xec_send_vwire()
[all …]
/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c28 #define SPEED_400KHZ_BUS 1
58 #define I2C_RPT_START 1U
61 #define I2C_ENI_EN 1U
64 #define I2C_WAIT_PIN_ASSERT 1U
68 #define I2C_XEC_STATE_STOPPED 1U
72 #define I2C_XEC_ERR_LAB 1
115 * (16MHz/1MHz -2) = 0x05 + 0x09
177 /* NBB -> 1 not busy can occur for STOP, BER, or LAB */ in wait_bus_free()
179 /* No service requested(PIN=1), NotBusy(NBB=1), and no errors */ in wait_bus_free()
196 * b[0] = SCL, b[1] = SDA
[all …]
/Zephyr-latest/boards/adi/sdp_k1/doc/
Dindex.rst19 - 3 color LEDs (green, orange, red) and 1 status LED
50 - 1xSAI (serial audio interface)
113 - UART_5 TX/RX : P8 (DAPLink two position through hole)
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket.c100 snprintk(eswifi->buf, sizeof(eswifi->buf), "P5=1\r"); in __eswifi_bind()
232 sin_addr->s4_addr[0], sin_addr->s4_addr[1], in __eswifi_off_start_client()
251 snprintk(eswifi->buf, sizeof(eswifi->buf), "P6=1\r"); in __eswifi_off_start_client()
272 snprintk(eswifi->buf, sizeof(eswifi->buf), "P8=%d\r", backlog); in __eswifi_listen()
286 char cmd[] = "P5=1\r"; in __eswifi_accept()
367 socket->usage = 1; in __eswifi_socket_new()
Deswifi_offload.c52 snprintk(eswifi->buf, sizeof(eswifi->buf), "P8=%d\r", backlog); in eswifi_off_listen()
209 err = eswifi_request(eswifi, eswifi->buf, offset + 1, in __eswifi_off_send_pkt()
432 k_sem_init(&socket->read_sem, 1, 1); in eswifi_off_get()
433 k_sem_init(&socket->accept_sem, 1, 1); in eswifi_off_get()
447 if (!strncmp(msg, msg_tcp_accept, sizeof(msg_tcp_accept) - 1)) { in eswifi_offload_async_msg()
457 str = msg + sizeof(msg_tcp_accept) - 1; in eswifi_offload_async_msg()
502 ip[0], ip[1], ip[2], ip[3], port); in eswifi_offload_async_msg()
530 char cmd[] = "C4=1\r"; in eswifi_off_enable_dhcp()
/Zephyr-latest/doc/safety/images/
Dzephyr-safety-process.svg11&quot; border=&quot;10&quot;&gt;&lt;diagram id=&quot;V9lRK6TX4MIP_P9epV0Z&quot; name=&quot;Page-1
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst98 * LD5 (red/green) = OB LED 1/2
117 | 1 | VDD |
143 | 1 | VDD | N/A |
170 | 1 | EXT_VTG |
197 | 1 | VDD_nRF |
219 | 1 | P0.00 | P0.00 / XL1 |
246 | 1 | VDD | N/A |
263 P2/P8 Analog in
268 | 1 | A0 | P0.03 / AIN1 |
286 | 1 | D0 (RX) | P0.11 |
[all …]
/Zephyr-latest/boards/madmachine/mm_feather/doc/
Dindex.rst103 | P8 | GPIO_AD_B1_13 | D8 | GPIO1_IO29 | | |
186 - Stop bits: 1
/Zephyr-latest/boards/madmachine/mm_swiftio/doc/
Dindex.rst83 | P8 | GPIO_B0_01 | D8 | GPIO2_IO01 | | |
195 - Stop bits: 1