Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/
A Dnuwriter.py439 ack = dev.read(4)
506 ack = dev.read(4)
512 ack = dev.read(4)
545 ack = dev.read(4)
577 ack = dev.read(4)
583 ack = dev.read(4)
589 ack = dev.read(4)
647 ack = dev.read(4)
715 dev.read(4)
827 dev.read(4)
[all …]
/bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/
A Dnuwriter.py439 ack = dev.read(4)
506 ack = dev.read(4)
512 ack = dev.read(4)
545 ack = dev.read(4)
577 ack = dev.read(4)
583 ack = dev.read(4)
589 ack = dev.read(4)
647 ack = dev.read(4)
715 dev.read(4)
827 dev.read(4)
[all …]
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_ksz8081.c96 if (4 != bus->ops->read(bus, addr, reg_id, value, 4)) in read_reg()
144 phy_ksz8081.ops->read(NULL, PHY_ID1_REG, &id_reg); in rt_phy_init()
160 result = phy_ksz8081.ops->read(NULL, PHY_CONTROL2_REG, &data); in rt_phy_init()
184 result = phy_ksz8081.ops->read(NULL, PHY_BASICSTATUS_REG, &bss_reg); in rt_phy_init()
187 phy_ksz8081.ops->read(NULL, PHY_CONTROL1_REG, &ctl_reg); in rt_phy_init()
259 result = phy_ksz8081.ops->read(NULL, PHY_CONTROL2_REG, &data); in rt_phy_loopback()
272 result = phy_ksz8081.ops->read(NULL, PHY_BASICCONTROL_REG, &data); in rt_phy_loopback()
282 result = phy_ksz8081.ops->read(NULL, PHY_CONTROL2_REG, &data); in rt_phy_loopback()
298 result = phy_ksz8081.ops->read(NULL, PHY_BASICSTATUS_REG, &data); in get_link_status()
320 result = phy_ksz8081.ops->read(NULL, PHY_CONTROL1_REG, &ctl_reg); in get_link_speed_duplex()
[all …]
A Ddrv_rtl8211f.c131 if (4 != bus->ops->read(bus, addr, reg_id, value, 4)) in read_reg()
219 result = phy_rtl8211f.ops->read(NULL, PHY_ID1_REG, &regValue); in rt_phy_init()
248 result = phy_rtl8211f.ops->read(NULL, PHY_RGMII_TX_DELAY_REG, &regValue); in rt_phy_init()
264 result = phy_rtl8211f.ops->read(NULL, PHY_RGMII_RX_DELAY_REG, &regValue); in rt_phy_init()
302 result = phy_rtl8211f.ops->read(NULL, PHY_BASICCONTROL_REG, &regValue); in rt_phy_init()
365 result = phy_rtl8211f.ops->read(NULL, PHY_BASICCONTROL_REG, &regValue); in rt_phy_loopback()
383 result = phy_rtl8211f.ops->read(PHY_SPECIFIC_STATUS_REG, &regValue); in get_link_status()
408 result = phy_rtl8211f.ops->read(NULL, PHY_SPECIFIC_STATUS_REG, &regValue); in get_link_speed_duplex()
448 .read = rt_phy_read,
/bsp/bouffalo_lab/bl808/d0/
A Dmerge_rtsmart.py30 data00 = fp.read() + bytearray(0)
37 data0 = fp.read() + bytearray(0)
44 data1 = fp.read() + bytearray(0)
62 data2 = fp.read() + bytearray(0)
/bsp/allwinner/d1s/ports/fal/
A Dfal_norflash_sfud_port.c19 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
30 {init, read, write, erase}
33 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
A Dfal_sd_sfud_port.c22 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
31 {init, read, write, erase}
34 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_io.c47 if (codec->read) in snd_codec_read()
48 val = codec->read(codec, reg); in snd_codec_read()
84 if (codec->read) in snd_codec_update_bits()
85 old = codec->read(codec, reg); in snd_codec_update_bits()
/bsp/allwinner/libraries/sunxi-hal/hal/source/phy/
A Dhal_miiphyutil.c100 ret = ldev->read(bus->name, addr, reg, &val); in legacy_miiphy_read()
119 int (*read)(const char *devname, unsigned char addr, in miiphy_register()
147 new_dev->read = legacy_miiphy_read; in miiphy_register()
151 ldev->read = read; in miiphy_register()
156 new_dev->name, ldev->read, ldev->write); in miiphy_register()
183 if (!bus || !bus->name || !bus->read || !bus->write) in mdio_register()
311 ret = bus->read(bus, addr, MDIO_DEVAD_NONE, reg); in miiphy_read()
/bsp/stm32/stm32f407-atk-explorer/board/ports/fal/
A Dfal_spi_flash_sfud_port.c19 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
30 .ops = {init, read, write, erase},
49 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/stm32/stm32f407-lckfb-skystar/board/ports/fal/
A Dfal_spi_flash_sfud_port.c19 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
30 .ops = {init, read, write, erase},
49 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/stm32/stm32f407-rt-spark/board/ports/fal/
A Dfal_spi_flash_sfud_port.c19 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
30 .ops = {init, read, write, erase},
49 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/hc32/platform/fal/
A Dfal_flash_sfud_nor.c28 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
40 .ops = {init, read, write, erase},
60 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/ft32/tools/
A Dupgrade.py59 content = f.read()
89 content = f.read()
112 content = f.read()
135 content = f.read()
/bsp/Infineon/tools/
A Dupgrade.py59 content = f.read()
89 content = f.read()
112 content = f.read()
135 content = f.read()
/bsp/mm32/tools/
A Dupgrade.py61 content = f.read()
91 content = f.read()
114 content = f.read()
137 content = f.read()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/
A Ddrv_qspi_flash.c38 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
48 .ops = {init, read, write, erase},
76 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/at91/at91sam9260/link_scripts/
A Dat91sam9260_ram.icf22 // Indicate that the read/write values should be initialized by copying from
40 // Place the remainder of the read-only items into flash.
50 // Place all read/write items into SRAM.
/bsp/at91/at91sam9g45/link_scripts/
A Dat91sam9g45_ram.icf22 // Indicate that the read/write values should be initialized by copying from
40 // Place the remainder of the read-only items into flash.
50 // Place all read/write items into SRAM.
/bsp/asm9260t/link_scripts/
A Dsdram.icf22 // Indicate that the read/write values should be initialized by copying from
40 // Place the remainder of the read-only items into flash.
50 // Place all read/write items into SRAM.
/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/
A Dsam9260t_sdram.icf23 // Indicate that the read/write values should be initialized by copying from
41 // Place the remainder of the read-only items into flash.
51 // Place all read/write items into SRAM.
/bsp/stm32/stm32l475-atk-pandora/board/ports/fal/
A Dfal_flash_sfud_port.c32 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
58 …dev nor_flash0 = { "nor_flash", 0, (16 * 1024 * 1024), 4096, {fal_sfud_init, read, write, erase} };
/bsp/hpmicro/hpm5301evklite/board/
A Dfal_flash_port.c45 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
61 .ops = { .init = init, .read = read, .write = write, .erase = erase },
107 FAL_RAMFUNC static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/hpmicro/hpm6300evk/board/
A Dfal_flash_port.c45 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
61 .ops = { .init = init, .read = read, .write = write, .erase = erase },
107 FAL_RAMFUNC static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function
/bsp/hpmicro/hpm6750evk/board/
A Dfal_flash_port.c59 static int read(long offset, rt_uint8_t *buf, rt_size_t size);
75 .ops = { .init = init, .read = read, .write = write, .erase = erase },
120 FAL_RAMFUNC static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() function

Completed in 50 milliseconds

12345678910>>...27