Home
last modified time | relevance | path

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

12

/components/drivers/misc/
A Drt_drv_pwm.c27 configuration->complementary = RT_TRUE; in _pwm_control()
30 configuration->complementary = RT_FALSE; in _pwm_control()
51 struct rt_pwm_configuration configuration = {0}; in _pwm_read() local
63 *pulse = configuration.pulse; in _pwm_read()
91 configuration.pulse = *pulse; in _pwm_write()
210 configuration.period = period; in rt_pwm_set()
211 configuration.pulse = pulse; in rt_pwm_set()
228 configuration.period = period; in rt_pwm_set_period()
245 configuration.pulse = pulse; in rt_pwm_set_pulse()
262 configuration.dead_time = dead_time; in rt_pwm_set_dead_time()
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt27 Added a configuration option (_FS_MINIMUM).
65 Added a configuration option _USE_NTFLAG.
98 Merged Tiny-FatFs as a configuration option. (_FS_TINY)
128 Septemberarated out configuration options from ff.h to ffconf.h.
131 Added a configuration option, _LFN_UNICODE.
138 Added a memory configuration option. (_USE_LFN = 3)
203 Added a configuration option of minimum sector size. (_MIN_SS)
221 Added a configuration option for the platforms without RTC. (_FS_NORTC)
293 Changed heading character of configuration keywords "_" to "FF_".
295 Added f_setcp(), run-time code page configuration. (FF_CODE_PAGE = 0)
[all …]
A Dff.h33 #error Wrong configuration file (ffconf.h).
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt27 Added a configuration option (_FS_MINIMUM).
65 Added a configuration option _USE_NTFLAG.
98 Merged Tiny-FatFs as a configuration option. (_FS_TINY)
128 Septemberarated out configuration options from ff.h to ffconf.h.
131 Added a configuration option, _LFN_UNICODE.
138 Added a memory configuration option. (_USE_LFN = 3)
203 Added a configuration option of minimum sector size. (_MIN_SS)
221 Added a configuration option for the platforms without RTC. (_FS_NORTC)
239 Fixed wrong media change can lead a deadlock at thread-safe configuration.
293 Changed heading character of configuration keywords "_" to "FF_".
[all …]
A Dff.h33 #error Wrong configuration file (ffconf.h).
/components/drivers/spi/
A Ddev_spi_bit_ops.c427 rt_err_t spi_bit_configure(struct rt_spi_device *device, struct rt_spi_configuration *configuration) in spi_bit_configure() argument
433 RT_ASSERT(configuration != RT_NULL); in spi_bit_configure()
440 if (configuration->mode & RT_SPI_SLAVE) in spi_bit_configure()
445 if (configuration->mode & RT_SPI_CPOL) in spi_bit_configure()
454 if (configuration->max_hz < 200000) in spi_bit_configure()
463 rt_memcpy(&obj->config, configuration, sizeof(struct rt_spi_configuration)); in spi_bit_configure()
/components/drivers/usb/cherryusb/
A D.readthedocs.yaml1 # Read the Docs configuration file for Sphinx projects
19 configuration: docs/source/conf.py
A D.clang-format1 # clang-format configuration file. Intended for clang-format >= 11.0
A DLICENSE28 source, and configuration files.
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c65 uint8_t configuration; member
119 return (g_usbd_core[busid].configuration != 0); in is_device_configured()
633 (*data)[0] = g_usbd_core[busid].configuration;
641 g_usbd_core[busid].configuration = 0;
645 g_usbd_core[busid].configuration = value;
1128 g_usbd_core[busid].configuration = 0;
1150 g_usbd_core[busid].configuration = 0;
1460 return g_usbd_core[busid].configuration;
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES18 A "loopback" network interface driver. It requires configuration
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt273 * Basic PPP client configuration. Can only be set if PPP session is in the
283 /* Auth configuration, this is pretty self-explanatory */
300 * Basic PPP server configuration. Can only be set if PPP session is in the
324 /* Auth configuration, this is pretty self-explanatory */
A Dsavannah.txt38 a while so that Savannah can update its configuration (This can take minutes).
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt273 * Basic PPP client configuration. Can only be set if PPP session is in the
283 /* Auth configuration, this is pretty self-explanatory */
300 * Basic PPP server configuration. Can only be set if PPP session is in the
324 /* Auth configuration, this is pretty self-explanatory */
A Dsavannah.txt38 a while so that Savannah can update its configuration (This can take minutes).
/components/drivers/include/drivers/
A Ddev_spi.h192 rt_err_t (*configure)(struct rt_spi_device *device, struct rt_spi_configuration *configuration);
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP77 2010-08-23 - Fix quote handling in configuration files to be more like shell
178 2013-02-03 - ppp: ignore unrecognised radiusclient configuration directives
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP77 2010-08-23 - Fix quote handling in configuration files to be more like shell
178 2013-02-03 - ppp: ignore unrecognised radiusclient configuration directives
/components/net/lwip/lwip-1.4.1/doc/
A Dsavannah.txt41 a while so that Savannah can update its configuration (This can take minutes).
A Drawapi.txt367 cannot be given because it depends on the build configuration (lwipopts.h)
371 We assume a configuration using a single Ethernet netif and the
383 to be called for easy configuration changes.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG323 like DHCP during configuration)
962 New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK.
1142 hosts table. New configuration options DNS_LOCAL_HOSTLIST and
1198 * slipif.c: patch #6480: Added a configuration option for slipif for symmetry
1842 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
2027 New configuration option LWIP_IGMP to enable IGMP processing. Based on only one
2043 Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO
2628 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
2640 * opt.h, sockets.h: add new configuration options (LWIP_POSIX_SOCKETS_IO_NAMES,
3249 * Easier configuration of lwIP parameters such as memory usage,
[all …]
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG427 to configuration variables.
436 - Removed PPP configuration file parsing support.
1279 like DHCP during configuration)
1918 New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK.
2098 hosts table. New configuration options DNS_LOCAL_HOSTLIST and
2154 * slipif.c: patch #6480: Added a configuration option for slipif for symmetry
2798 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
2999 Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO
3584 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
4205 * Easier configuration of lwIP parameters such as memory usage,
[all …]
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG680 to configuration variables.
689 - Removed PPP configuration file parsing support.
1532 like DHCP during configuration)
2171 New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK.
2351 hosts table. New configuration options DNS_LOCAL_HOSTLIST and
2407 * slipif.c: patch #6480: Added a configuration option for slipif for symmetry
3051 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
3252 Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO
3837 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
4458 * Easier configuration of lwIP parameters such as memory usage,
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile17 # Project related configuration options
427 # Build related configuration options
1127 # that doxygen needs, which is dependent on the configuration options used (e.g.
1633 # projects other than the one defined by this configuration file, but that are
2464 # configuration file for plantuml.
A Dlwip.Doxyfile.cmake.in17 # Project related configuration options
427 # Build related configuration options
1127 # that doxygen needs, which is dependent on the configuration options used (e.g.
1633 # projects other than the one defined by this configuration file, but that are
2464 # configuration file for plantuml.

Completed in 41 milliseconds

12