Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_spi_core.c146 result = device->bus->ops->configure(device, &device->config); in rt_spi_bus_configure()
234 result = device->bus->ops->configure(device, &device->config); in rt_spi_send_then_send()
309 result = device->bus->ops->configure(device, &device->config); in rt_spi_send_then_recv()
383 result = device->bus->ops->configure(device, &device->config); in rt_spi_transfer()
490 result = device->bus->ops->configure(device, &device->config); in rt_spi_transfer_message()
540 result = device->bus->ops->configure(device, &device->config); in rt_spi_take_bus()
A Ddev_qspi_core.c102 result = device->parent.bus->ops->configure(&device->parent, &device->parent.config); in rt_qspi_transfer_message()
A Ddev_spi_bit_ops.c564 .configure = spi_bit_configure,
A Ddev_spi_msd.c62 result = spi_device->bus->ops->configure(spi_device, &spi_device->config); in MSD_take_owner()
/components/drivers/usb/cherryusb/
A D.readthedocs.yaml20 …# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for si…
/components/drivers/audio/utest/
A Dtc_audio_drv_mic.c109 .configure = mic_device_configure,
A Dtc_audio_drv_player.c119 .configure = player_device_configure,
/components/drivers/include/drivers/
A Ddev_serial.h276 rt_err_t (*configure)(struct rt_serial_device *serial, struct serial_configure *cfg); member
A Ddev_audio.h184 rt_err_t (*configure)(struct rt_audio_device *audio, struct rt_audio_caps *caps); member
A Ddev_serial_v2.h354 rt_err_t (*configure)(struct rt_serial_device *serial, member
A Ddev_spi.h192 rt_err_t (*configure)(struct rt_spi_device *device, struct rt_spi_configuration *configuration); member
A Ddev_can.h515 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg); member
/components/drivers/audio/
A Ddev_audio.c585 if (audio->ops->configure != RT_NULL) in _audio_dev_control()
587 result = audio->ops->configure(audio, caps); in _audio_dev_control()
/components/drivers/serial/
A Ddev_serial.c634 if (serial->ops->configure) in rt_serial_init()
635 result = serial->ops->configure(serial, &serial->config); in rt_serial_init()
1103 serial->ops->configure(serial, (struct serial_configure *) args); in rt_serial_control()
1226 serial->ops->configure(serial, &config); in rt_serial_control()
A Ddev_serial_v2.c1140 if (serial->ops->configure) in rt_serial_init()
1141 result = serial->ops->configure(serial, &serial->config); in rt_serial_init()
1422 serial->ops->configure(serial, (struct serial_configure *)args); in rt_serial_control()
1654 serial->ops->configure(serial, &config); in rt_serial_control()
/components/drivers/can/
A Ddev_can.c35 if (can->ops->configure) in rt_can_init()
36 result = can->ops->configure(can, &can->config); in rt_can_init()
527 res = can->ops->configure(can, (struct can_configure *)args); in rt_can_control()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt434 you configure a callback that is called on each PPP internal state change.
487 you have to call ppp_connect(), this way you can configure the session before
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt434 you configure a callback that is called on each PPP internal state change.
487 you have to call ppp_connect(), this way you can configure the session before
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt5 This is a brief introduction how to use and configure the SNMP agent.
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1500 # enabled you may also need to install MathJax separately and configure the path
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1511 # enabled you may also need to install MathJax separately and configure the path
A Dlwip.Doxyfile.cmake.in1511 # enabled you may also need to install MathJax separately and configure the path
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1774 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2730 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2983 in opt.h, you should configure in your lwipopts.h (they are enabled per default).

Completed in 46 milliseconds