| /components/drivers/spi/ |
| A D | dev_spi_core.c | 146 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 D | dev_qspi_core.c | 102 result = device->parent.bus->ops->configure(&device->parent, &device->parent.config); in rt_qspi_transfer_message()
|
| A D | dev_spi_bit_ops.c | 564 .configure = spi_bit_configure,
|
| A D | dev_spi_msd.c | 62 result = spi_device->bus->ops->configure(spi_device, &spi_device->config); in MSD_take_owner()
|
| /components/drivers/usb/cherryusb/ |
| A D | .readthedocs.yaml | 20 …# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for si…
|
| /components/drivers/audio/utest/ |
| A D | tc_audio_drv_mic.c | 109 .configure = mic_device_configure,
|
| A D | tc_audio_drv_player.c | 119 .configure = player_device_configure,
|
| /components/drivers/include/drivers/ |
| A D | dev_serial.h | 276 rt_err_t (*configure)(struct rt_serial_device *serial, struct serial_configure *cfg); member
|
| A D | dev_audio.h | 184 rt_err_t (*configure)(struct rt_audio_device *audio, struct rt_audio_caps *caps); member
|
| A D | dev_serial_v2.h | 354 rt_err_t (*configure)(struct rt_serial_device *serial, member
|
| A D | dev_spi.h | 192 rt_err_t (*configure)(struct rt_spi_device *device, struct rt_spi_configuration *configuration); member
|
| A D | dev_can.h | 515 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg); member
|
| /components/drivers/audio/ |
| A D | dev_audio.c | 585 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 D | dev_serial.c | 634 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 D | dev_serial_v2.c | 1140 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 D | dev_can.c | 35 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 D | ppp.txt | 434 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 D | ppp.txt | 434 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 D | snmp_agent.txt | 5 This is a brief introduction how to use and configure the SNMP agent.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1500 # enabled you may also need to install MathJax separately and configure the path
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 1511 # enabled you may also need to install MathJax separately and configure the path
|
| A D | lwip.Doxyfile.cmake.in | 1511 # enabled you may also need to install MathJax separately and configure the path
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1774 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2730 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2983 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
|