Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 251) sorted by relevance

1234567891011

/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/
H A Dcore.c253 /* find the specified interface and its alternate setting */ in _get_interface()
257 /* send the interface alternate setting to endpoint 0*/ in _get_interface()
276 ualtsetting_t setting; in _set_interface() local
293 /* set alternate setting to the interface */ in _set_interface()
295 setting = intf->curr_setting; in _set_interface()
297 /* start all endpoints of the interface alternate setting */ in _set_interface()
298 for(i=setting->ep_list.next; i != &setting->ep_list; i=i->next) in _set_interface()
356 ualtsetting_t setting; in _set_config() local
390 setting = intf->curr_setting; in _set_config()
391 for(k=setting->ep_list.next; k != &setting->ep_list; k=k->next) in _set_config()
[all …]
/nrf52832-nimble/rt-thread/tools/
H A Dsconsui.py168 # setting page
171 notebook.tab(2, text = 'Setting', underline = '-1')
183 # read setting
201 setting = open(os.path.join(home, '.rtt_scons'))
202 for line in setting:
215 setting.close()
271 setting = open(os.path.join(home, '.rtt_scons'), 'w+')
275 setting.write(line)
280 setting.write(line)
285 setting.write(line)
[all …]
H A Dmenuconfig.py66 setting = line.split('=')
67 if len(setting) >= 2:
68 if setting[0].startswith('CONFIG_'):
69 setting[0] = setting[0][7:]
72 …if type(setting[0]) == type('a') and (setting[0].endswith('_PATH') or setting[0].endswith('_VER')):
75 if setting[1] == 'y':
76 rtconfig.write('#define %s\n' % setting[0])
78 rtconfig.write('#define %s %s\n' % (setting[0], setting[1]))
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_radio.h452 * @brief Function for setting the configuration of RADIO shortcuts.
537 * @brief Function for setting packet pointer to given location in memory.
551 * @brief Function for setting the radio frequency.
565 * @brief Function for setting the radio transmit power.
579 * @brief Function for setting the radio data rate and modulation settings.
593 * @brief Function for setting the packet configuration.
600 * @brief Function for setting the base address 0.
614 * @brief Function for setting Base address 1.
628 * @brief Function for setting prefixes bytes for logical addresses 0-3.
642 * @brief Function for setting prefixes bytes for logical addresses 4-7.
[all …]
H A Dnrf_comp.h203 * @brief Function for setting the reference source.
211 * @brief Function for setting the external analog reference source.
219 * @brief Function for setting threshold voltages.
227 * @brief Function for setting the main mode.
235 * @brief Function for setting the speed mode.
243 * @brief Function for setting the hysteresis.
252 * @brief Function for setting the current source on the analog input.
329 * @brief Function for setting COMP shorts.
347 * @brief Function for setting a specific COMP task.
H A Dnrf_nfct.h345 * @brief Function for setting shortcuts.
456 * @brief Function for setting the minimum Frame Delay Time value.
478 * @brief Function for setting the maximum Frame Delay Time value.
497 * @brief Function for setting the NFC Frame Delay Mode configuration.
511 * @brief Function for setting the the NFCT RX/TX buffer (address and maximum length).
536 * @brief Function for setting up the flags of the NFC frame transmission configuration.
538 … @param[in] flags Flags for NFCT TX configuration. Use @ref nrf_nfct_tx_frame_config_t for setting.
553 * @brief Function for setting up the NFC frame transmission.
573 * @brief Function for setting up the NFC frame reception.
577 * @param[in] flags NFCT RX configuration flags. Use @ref nrf_nfct_rx_frame_config_t for setting
[all …]
H A Dnrf_ccm.h58 …RIDE = offsetof(NRF_CCM_Type, TASKS_RATEOVERRIDE), ///< Override DATARATE setting in MODE register.
230 * @brief Function for setting the CCM peripheral configuration.
240 * @brief Function for setting the length of key-stream generated
261 * @brief Function for setting the pointer to the data structure
281 * @brief Function for setting the input data pointer.
299 * @brief Function for setting the output data pointer.
317 * @brief Function for setting the pointer to the scratch area used for
337 * @brief Function for setting the data rate override value.
H A Dnrf_pdm.h183 * @brief Function for setting the subscribe configuration for a given
201 * @brief Function for setting the publish configuration for a given
240 * @brief Function for setting the PDM operation mode.
256 * @brief Function for setting the PDM clock frequency.
268 * @brief Function for setting up the PDM pins.
281 * @brief Function for setting the PDM gain.
297 * @brief Function for setting the PDM sample buffer.
H A Dnrf_qspi.h56 * @brief Macro for setting proper values to pin registers.
363 * @brief Function for setting the QSPI XIPOFFSET register.
372 * @brief Function for setting the QSPI IFCONFIG0 register.
381 * @brief Function for setting the QSPI IFCONFIG1 register.
390 * @brief Function for setting the QSPI ADDRCONF register.
396 * Case with reset: Enable the peripheral without setting ADDRCONF register, send reset instructions
407 …* @brief Function for setting write data into the peripheral register (without starting the proces…
420 …* @brief Function for setting read data into the peripheral register (without starting the process…
433 …* @brief Function for setting erase data into the peripheral register (without starting the proces…
472 * @brief Function for setting registers sending with custom instruction transmission.
H A Dnrf_twis.h214 * @brief Function for setting a shortcut.
267 * @brief Function for setting the subscribe configuration for a given
289 * @brief Function for setting the publish configuration for a given
354 * @brief Function for setting the receive buffer.
387 * @brief Function for setting the transmit buffer.
420 * @brief Function for setting slave address
446 * @brief Function for setting the device address configuration.
468 * @brief Function for setting the over-read character.
479 * @brief Function for setting the over-read character.
H A Dnrf_qdec.h222 * @brief Function for setting a specific QDEC task.
253 * @brief Function for setting QDEC shortcuts.
277 * @brief Function for setting the value of QDEC's SAMPLEPER register.
313 * @brief Function for setting how long the LED is switched on before sampling.
325 * @brief Function for setting the report period (in samples).
343 * @brief Function for setting the active level for the LED.
H A Dnrf_spis.h237 * @brief Function for setting the subscribe configuration for a given
259 * @brief Function for setting the publish configuration for a given
332 * @brief Function for setting the transmit buffer.
343 * @brief Function for setting the receive buffer.
374 * @brief Function for setting the SPI configuration.
385 * @brief Function for setting the default character.
395 * @brief Function for setting the over-read character.
H A Dnrf_ppi.h205 * @brief Function for setting up event and task endpoints for a given PPI channel.
218 * @brief Function for setting up the event endpoint for a given PPI channel.
227 * @brief Function for setting up the task endpoint for a given PPI channel.
238 * @brief Function for setting up task endpoint for a given PPI fork.
248 * @brief Function for setting up event and task endpoints for a given PPI channel and fork.
339 * @brief Function for setting a PPI task.
H A Dnrf_spim.h248 * @brief Function for getting shorts setting.
286 * @brief Function for setting the subscribe configuration for a given
308 * @brief Function for setting the publish configuration for a given
456 * @brief Function for setting the SPI master data rate.
465 * @brief Function for setting the transmit buffer.
476 * @brief Function for setting the receive buffer.
487 * @brief Function for setting the SPI configuration.
498 * @brief Function for setting the over-read character.
H A Dnrf_rtc.h53 /** @brief Macro for converting expected frequency to prescaler setting. */
101 * @brief Function for setting a compare value for a channel.
156 * @brief Function for setting the subscribe configuration for a given
178 * @brief Function for setting the publish configuration for a given
228 * @brief Function for setting a prescaler value.
H A Dnrf_twim.h238 * @brief Function for setting the subscribe configuration for a given
260 * @brief Function for setting the publish configuration for a given
309 * @brief Function for setting the TWI master clock frequency.
329 * @brief Function for setting the address to be used in TWI transfers.
338 * @brief Function for setting the transmit buffer.
349 * @brief Function for setting the receive buffer.
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst30 :doc:`syscfg <../../../os/modules/sysinitconfig/sysinitconfig>` setting
31 called ``BLE_PUBLIC_DEV_ADDR``. This setting can be overridden at the
41 This setting takes the form of a C expression. Specifically, the value
47 the ``BLE_PUBLIC_DEV_ADDR`` setting is the address that gets used.
H A Dble_lp_clock.rst9 defines new system configuration setting ``BLE_LP_CLOCK`` as sets it to
47 synthesized by setting ``XTAL_32768_SYNTH`` to ``1`` - this is also
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dsysteminit.h19 * DDR memory setting, pinmux setting, console device setting etc.
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Decm.c557 /* create a communication alternate setting and a data alternate setting */ in rt_usbd_function_ecm_create()
561 /* config desc in alternate setting */ in rt_usbd_function_ecm_create()
574 /* add the communication alternate setting to the communication interface, in rt_usbd_function_ecm_create()
575 then set default setting of the interface */ in rt_usbd_function_ecm_create()
586 /* add the bulk out and bulk in endpoints to the data alternate setting */ in rt_usbd_function_ecm_create()
590 /* add the data alternate setting to the data interface in rt_usbd_function_ecm_create()
591 then set default setting of the interface */ in rt_usbd_function_ecm_create()
H A Dmstorage.c1067 ualtsetting_t setting; in rt_usbd_function_mstorage_create() local
1088 /* create an alternate setting object */ in rt_usbd_function_mstorage_create()
1089 setting = rt_usbd_altsetting_new(sizeof(struct umass_descriptor)); in rt_usbd_function_mstorage_create()
1091 /* config desc in alternate setting */ in rt_usbd_function_mstorage_create()
1092 …rt_usbd_altsetting_config_descriptor(setting, &_mass_desc, (rt_off_t)&((umass_desc_t)0)->intf_desc… in rt_usbd_function_mstorage_create()
1095 _mstorage_descriptor_config(setting->desc, intf->intf_num, device->dcd->device_is_hs); in rt_usbd_function_mstorage_create()
1098 mass_desc = (umass_desc_t)setting->desc; in rt_usbd_function_mstorage_create()
1102 /* add the bulk out and bulk in endpoint to the alternate setting */ in rt_usbd_function_mstorage_create()
1103 rt_usbd_altsetting_add_endpoint(setting, data->ep_out); in rt_usbd_function_mstorage_create()
1104 rt_usbd_altsetting_add_endpoint(setting, data->ep_in); in rt_usbd_function_mstorage_create()
[all …]
H A Dwinusb.c326 /* create an alternate setting object */ in rt_usbd_function_winusb_create()
329 /* config desc in alternate setting */ in rt_usbd_function_winusb_create()
340 /* add the int out and int in endpoint to the alternate setting */ in rt_usbd_function_winusb_create()
344 /* add the alternate setting to the interface, then set default setting */ in rt_usbd_function_winusb_create()
H A Dcdc_vcom.c601 /* create a communication alternate setting and a data alternate setting */ in rt_usbd_function_cdc_create()
605 /* config desc in alternate setting */ in rt_usbd_function_cdc_create()
619 /* add the communication alternate setting to the communication interface, in rt_usbd_function_cdc_create()
620 then set default setting of the interface */ in rt_usbd_function_cdc_create()
632 /* add the bulk out and bulk in endpoints to the data alternate setting */ in rt_usbd_function_cdc_create()
636 /* add the data alternate setting to the data interface in rt_usbd_function_cdc_create()
637 then set default setting of the interface */ in rt_usbd_function_cdc_create()
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_spi.h142 * @brief Macro for setting up single transfer descriptor.
155 * @brief Macro for setting duplex TX RX transfer.
161 * @brief Macro for setting TX transfer.
167 * @brief Macro for setting RX transfer.
H A Dnrfx_saadc.h59 * @brief Macro for setting @ref nrfx_saadc_config_t to default settings.
70 * @brief Macro for setting @ref nrf_saadc_channel_config_t to default settings
89 * @brief Macro for setting @ref nrf_saadc_channel_config_t to default settings
290 * @brief Function for setting the SAADC channel limits.

1234567891011