Home
last modified time | relevance | path

Searched full:p8 (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/boards/beagle/beaglebone_ai64/
Dbeaglebone_ai64_j721e_main_r5f0_0-pinctrl.dtsi13 /* 0x1c is address of padconfig register of p8.34 and 14 is mux mode */
18 /* 0x14 is address of padconfig register of p8.22 and 14 is mux mode */
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c218 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()
250 STM_D8(stm_esp, *p8++, false, false); in write_data()
255 STM_D8(stm_esp, *p8++, false, false); in write_data()
259 p32 = (const uint32_t *)p8; in write_data()
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dnordic-thingy53-edge-connector.yaml13 P8 P0.05/AIN1
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/
Dboard.h26 #define EXT_RXD_GPIO_PIN 8 /* P8 */
/Zephyr-latest/boards/bbc/microbit/
Dboard.h23 #define EXT_P8_GPIO_PIN 18 /* P8 */
Dbbc_microbit.dts91 <8 0 &gpio0 18 0>, /* P8 */
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Difx_cat1-pinctrl.h82 #define P8 CYHAL_PORT_8 macro
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst114 Zephyr on BeagleBone AI-64 J721E Cortex R5 uses UART 2 (Rx p8.22, Tx p8.34)
/Zephyr-latest/dts/bindings/pinctrl/
Dite,it8xxx2-pinctrl.yaml31 gpio-voltage = "1p8";
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.h165 int8_t p8; member
Dbmp388.c339 partial_data4 = (cal->p8 * partial_data3) / 32; in bmp388_compensate_press()
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_cpunet.dts77 <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
Dthingy53_nrf5340_common.dtsi71 gpio-map = <8 0 &gpio0 5 0>, /* P8, P0.05/AIN1 */
/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
/Zephyr-latest/boards/bbc/microbit_v2/
Dbbc_microbit_v2.dts90 <8 0 &gpio0 10 0>, /* P8 */
/Zephyr-latest/boards/st/steval_fcu001v1/doc/
Dindex.rst106 The programmer is attached to the P8 programming header with ARM-JTAG-20-10-Plug-in Adapter.
/Zephyr-latest/boards/adi/sdp_k1/doc/
Dindex.rst113 - UART_5 TX/RX : P8 (DAPLink two position through hole)
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py31 DUT(platform='p8', id=8, serial='s8', product='pr8', connected=False)
711 | p8 | 8 | s8 |
/Zephyr-latest/drivers/espi/
Despi_mchp_xec.c450 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()
/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c737 uint8_t *p8 = &msg->buf[0]; in ctrl_rx() local
751 *p8++ = temp; in ctrl_rx()
766 *p8 = regs->I2CDATA; in ctrl_rx()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket.c272 snprintk(eswifi->buf, sizeof(eswifi->buf), "P8=%d\r", backlog); in __eswifi_listen()
Deswifi_offload.c52 snprintk(eswifi->buf, sizeof(eswifi->buf), "P8=%d\r", backlog); in eswifi_off_listen()
/Zephyr-latest/boards/madmachine/mm_feather/doc/
Dindex.rst103 | P8 | GPIO_AD_B1_13 | D8 | GPIO1_IO29 | | |
/Zephyr-latest/boards/madmachine/mm_swiftio/doc/
Dindex.rst83 | P8 | GPIO_B0_01 | D8 | GPIO2_IO01 | | |
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst263 P2/P8 Analog in

12