Home
last modified time | relevance | path

Searched full:input (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h116 * By default all of the matrix functions perform size checking on the input and
118 * two input matrices and the output matrix all have the same number of rows and
256 …ARM_MATH_SINGULAR = -5, /**< Generated by matrix inversion if the input matrix is sin…
458 /* Convert input sample to 1.31 format */ in arm_recip_q31()
509 /* Convert input sample to 1.15 format */ in arm_recip_q15()
946 * @param[in] pSrc points to the block of input data.
976 * @param[in] pSrc points to the block of input data.
990 * @param[in] pSrc points to the block of input data.
1022 * @param[in] pSrc points to the block of input data.
1036 * @param[in] pSrc points to the block of input data.
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_math.h120 * Define macro ARM_MATH_MATRIX_CHECK for checking on the input and output sizes of matrices
216 * By default all of the matrix functions perform size checking on the input and
218 * two input matrices and the output matrix all have the same number of rows and
343 …ARM_MATH_SINGULAR = -5, /**< Generated by matrix inversion if the input matrix is sin…
535 /* Convert input sample to 1.31 format */ in arm_recip_q31()
586 /* Convert input sample to 1.15 format */ in arm_recip_q15()
1086 * @param[in] *pSrc points to the block of input data.
1118 * @param[in] *pSrc points to the block of input data.
1132 * @param[in] *pSrc points to the block of input data.
1164 * @param[in] *pSrc points to the block of input data.
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dstart_rvds.S535 ;// <o1.20..21> GPB10 <0=> Input <1=> Output <2=> nXDREQ0 <3=> Reserved
536 ;// <o1.18..19> GPB9 <0=> Input <1=> Output <2=> nXDACK0 <3=> Reserved
537 ;// <o1.16..17> GPB8 <0=> Input <1=> Output <2=> nXDREQ1 <3=> Reserved
538 ;// <o1.14..15> GPB7 <0=> Input <1=> Output <2=> nXDACK1 <3=> Reserved
539 ;// <o1.12..13> GPB6 <0=> Input <1=> Output <2=> nXBREQ <3=> Reserved
540 ;// <o1.10..11> GPB5 <0=> Input <1=> Output <2=> nXBACK <3=> Reserved
541 ;// <o1.8..9> GPB4 <0=> Input <1=> Output <2=> TCLK[0] <3=> Reserved
542 ;// <o1.6..7> GPB3 <0=> Input <1=> Output <2=> TOUT3 <3=> Reserved
543 ;// <o1.4..5> GPB2 <0=> Input <1=> Output <2=> TOUT2 <3=> Reserved
544 ;// <o1.2..3> GPB1 <0=> Input <1=> Output <2=> TOUT1 <3=> Reserved
[all …]
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h73 NRF_GPIO_PIN_DIR_INPUT = GPIO_PIN_CNF_DIR_Input, ///< Input.
78 * @brief Connection of input buffer.
82 NRF_GPIO_PIN_INPUT_CONNECT = GPIO_PIN_CNF_INPUT_Connect, ///< Connect input buffer.
83 NRF_GPIO_PIN_INPUT_DISCONNECT = GPIO_PIN_CNF_INPUT_Disconnect ///< Disconnect input buffer.
112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input.
130 …* Sense capability on the pin is disabled and input is disconnected from the buffer as the p…
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
136 * This function can be used to configure pin range as simple input.
144 * @note For configuring only one pin as input, use @ref nrf_gpio_cfg_input.
145 …* Sense capability on the pin is disabled and input is connected to buffer so that the GPIO…
[all …]
H A Dnrf_comp.h54 NRF_COMP_INPUT_0 = COMP_PSEL_PSEL_AnalogInput0, /*!< AIN0 selected as analog input. */
55 NRF_COMP_INPUT_1 = COMP_PSEL_PSEL_AnalogInput1, /*!< AIN1 selected as analog input. */
56 NRF_COMP_INPUT_2 = COMP_PSEL_PSEL_AnalogInput2, /*!< AIN2 selected as analog input. */
57 NRF_COMP_INPUT_3 = COMP_PSEL_PSEL_AnalogInput3, /*!< AIN3 selected as analog input. */
58 NRF_COMP_INPUT_4 = COMP_PSEL_PSEL_AnalogInput4, /*!< AIN4 selected as analog input. */
59 NRF_COMP_INPUT_5 = COMP_PSEL_PSEL_AnalogInput5, /*!< AIN5 selected as analog input. */
60 NRF_COMP_INPUT_6 = COMP_PSEL_PSEL_AnalogInput6, /*!< AIN6 selected as analog input. */
62 NRF_COMP_INPUT_7 = COMP_PSEL_PSEL_AnalogInput7, /*!< AIN7 selected as analog input. */
65 NRF_COMP_VDD_DIV2 = COMP_PSEL_PSEL_VddDiv2, /*!< VDD/2 selected as analog input. */
134 * @brief COMP current source selection on analog input.
[all …]
H A Dnrf_adc.h67 …ING_INPUT_FULL_SCALE = ADC_CONFIG_INPSEL_AnalogInputNoPrescaling, /**< Full scale input. */
68 …LING_INPUT_TWO_THIRDS = ADC_CONFIG_INPSEL_AnalogInputTwoThirdsPrescaling, /**< 2/3 scale input. */
69 …LING_INPUT_ONE_THIRD = ADC_CONFIG_INPSEL_AnalogInputOneThirdPrescaling, /**< 1/3 scale input. */
96 /** @brief Input selection of the analog-to-digital converter. */
99 NRF_ADC_CONFIG_INPUT_DISABLED = ADC_CONFIG_PSEL_Disabled, /**< No input selected. */
100 NRF_ADC_CONFIG_INPUT_0 = ADC_CONFIG_PSEL_AnalogInput0, /**< Input 0. */
101 NRF_ADC_CONFIG_INPUT_1 = ADC_CONFIG_PSEL_AnalogInput1, /**< Input 1. */
102 NRF_ADC_CONFIG_INPUT_2 = ADC_CONFIG_PSEL_AnalogInput2, /**< Input 2. */
103 NRF_ADC_CONFIG_INPUT_3 = ADC_CONFIG_PSEL_AnalogInput3, /**< Input 3. */
104 NRF_ADC_CONFIG_INPUT_4 = ADC_CONFIG_PSEL_AnalogInput4, /**< Input 4. */
[all …]
H A Dnrf_lpcomp.h87 * @brief LPCOMP input selection.
91 NRF_LPCOMP_INPUT_0 = LPCOMP_PSEL_PSEL_AnalogInput0, /**< Input 0. */
92 NRF_LPCOMP_INPUT_1 = LPCOMP_PSEL_PSEL_AnalogInput1, /**< Input 1. */
93 NRF_LPCOMP_INPUT_2 = LPCOMP_PSEL_PSEL_AnalogInput2, /**< Input 2. */
94 NRF_LPCOMP_INPUT_3 = LPCOMP_PSEL_PSEL_AnalogInput3, /**< Input 3. */
95 NRF_LPCOMP_INPUT_4 = LPCOMP_PSEL_PSEL_AnalogInput4, /**< Input 4. */
96 NRF_LPCOMP_INPUT_5 = LPCOMP_PSEL_PSEL_AnalogInput5, /**< Input 5. */
97 NRF_LPCOMP_INPUT_6 = LPCOMP_PSEL_PSEL_AnalogInput6, /**< Input 6. */
98 NRF_LPCOMP_INPUT_7 = LPCOMP_PSEL_PSEL_AnalogInput7 /**< Input 7. */
131 …NRF_LPCOMP_EVENT_DOWN = offsetof(NRF_LPCOMP_Type, EVENTS_DOWN), /**< Input voltage crossed the t…
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h51 enough (for example if an input file is mmap'ed), or can be done by
53 application must provide more input and/or consume the output
74 crash even in case of corrupted input.
83 Bytef *next_in; /* next input byte */
85 uLong total_in; /* total nb of input bytes read so far */
229 all (the input data is simply copied a block at a time).
244 deflate compresses as much data as possible, and stops when the input
246 output latency (reading input without producing any output) except when
252 - Compress more input starting at next_in and update next_in and avail_in
253 accordingly. If not all input can be processed (because there is not
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h51 enough (for example if an input file is mmap'ed), or can be done by
53 application must provide more input and/or consume the output
74 crash even in case of corrupted input.
83 Bytef *next_in; /* next input byte */
85 uLong total_in; /* total nb of input bytes read so far */
229 all (the input data is simply copied a block at a time).
244 deflate compresses as much data as possible, and stops when the input
246 output latency (reading input without producing any output) except when
252 - Compress more input starting at next_in and update next_in and avail_in
253 accordingly. If not all input can be processed (because there is not
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
79 INPUT is the input file
98 # The input.
99 input=$1
102 input_sub_rx=`get_dirname "$input" | quote_for_sed`
103 case $input in
109 input=`pwd`/$input
112 input_rx=`get_dirname "$input" | quote_for_sed`
175 0) "$prog" "$input" ;;
176 *) "$prog" "$@" "$input" ;;
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/
H A Dmd5.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void md5_update( md5_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = MD5( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void md5( unsigned char *input, int ilen, unsigned char output[16] );
H A Dsha1.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = SHA-1( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void sha1( unsigned char *input, int ilen, unsigned char output[20] );
H A Dmd4.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void md4_update( md4_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = MD4( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void md4( unsigned char *input, int ilen, unsigned char output[16] );
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/
H A Dmd5.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void md5_update( md5_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = MD5( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void md5( unsigned char *input, int ilen, unsigned char output[16] );
H A Dsha1.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = SHA-1( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void sha1( unsigned char *input, int ilen, unsigned char output[20] );
H A Dmd4.h68 * \param input buffer holding the data
69 * \param ilen length of the input data
71 void md4_update( md4_context *ctx, const unsigned char *input, int ilen );
82 * \brief Output = MD4( input buffer )
84 * \param input buffer holding the data
85 * \param ilen length of the input data
88 void md4( unsigned char *input, int ilen, unsigned char output[16] );
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dbridgeif.c44 * On receive, the port netif calls into the bridge (via its netif->input function) and
45 * the bridge selects the port(s) (and/or its netif->input function) to pass the received pbuf to.
61 * NOTE: the passed 'input' function depends on BRIDGEIF_PORT_NETIFS_OUTPUT_DIRECT setting,
62 …* which controls where the forwarding is done (netif low level input context vs. tcpip_thr…
67 * - When adding a port netif, its input function is changed to call into the bridge.
122 /* netif data index to get the bridge on input */
322 /** The actual bridge input function. Port netif's input is changed to call
359 /* we pass the reference to ->input or have to free it */ in bridgeif_input()
360 LWIP_DEBUGF(BRIDGEIF_FW_DEBUG, ("br -> input(%p)\n", (void *)p)); in bridgeif_input()
361 if (br->netif->input(p, br->netif) != ERR_OK) { in bridgeif_input()
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dstart_rvds.S586 ;// <o1.0..1> PC0 <0=> Input <1=> Output <2=> DATA16 <3=> IISLRCK
587 ;// <o1.2..3> PC1 <0=> Input <1=> Output <2=> DATA17 <3=> IISDO
588 ;// <o1.4..5> PC2 <0=> Input <1=> Output <2=> DATA18 <3=> IISDI
589 ;// <o1.6..7> PC3 <0=> Input <1=> Output <2=> DATA19 <3=> IISCLK
590 ;// <o1.8..9> PC4 <0=> Input <1=> Output <2=> DATA20 <3=> VD7
591 ;// <o1.10..11> PC5 <0=> Input <1=> Output <2=> DATA21 <3=> VD6
592 ;// <o1.12..13> PC6 <0=> Input <1=> Output <2=> DATA22 <3=> VD5
593 ;// <o1.14..15> PC7 <0=> Input <1=> Output <2=> DATA23 <3=> VD4
594 ;// <o1.16..17> PC8 <0=> Input <1=> Output <2=> DATA24 <3=> nXDACK1
595 ;// <o1.18..19> PC9 <0=> Input <1=> Output <2=> DATA25 <3=> nXDREQ1
[all …]
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dhid.c54 INPUT(1), 0x02,
57 INPUT(1), 0x01,
78 INPUT(1), 0x00,
94 INPUT(1), 0x02,
97 INPUT(1), 0x01,
106 INPUT(1), 0x00,
121 INPUT(1), 0x02,
124 INPUT(1), 0x01,
133 INPUT(1), 0x00,
148 INPUT(1), 0x02,
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DREADME14 that parses the input data as multiple packets (experimental!).
18 afl-fuzz -i inputs/<INPUT> -o output ./lwip_fuzz
25 The input is split into different subdirectories since they test different
29 When afl finds a crash or a hang, the input that caused it will be placed in
31 running output_to_pcap.sh <outputdir> will create pcap files for each input
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h50 /**@brief Input pin configuration. */
55 …bool is_watcher : 1; /**< True when the input pin is tracking an output pin.…
299 * @brief Function for initializing a GPIOTE input pin.
300 * @details The input pin can act in two ways:
326 * @brief Function for uninitializing a GPIOTE input pin.
327 * @details The driver frees the GPIOTE channel if the input pin was using one.
334 * @brief Function for enabling sensing of a GPIOTE input pin.
336 * @details If the input pin is configured as high-accuracy pin, the function
347 * @brief Function for disabling a GPIOTE input pin.
354 * @brief Function for checking if a GPIOTE input pin is set.
[all …]
H A Dnrfx_comp.h93 nrf_isource_t isource; /**< Current source selected on analog input. */
95 nrf_comp_input_t input; /**< Input to be monitored. */ member
116 .input = (nrf_comp_input_t)_input, \
127 .input = (nrf_comp_input_t)_input, \
164 * @brief Function for setting the analog input.
199 * @retval 0 If the input voltage is below the threshold (VIN+ < VIN-).
200 * @retval 1 If the input voltage is above the threshold (VIN+ > VIN-).
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf51_bitfields.h161 … is enabled. If an analog input pin is selected as source of the conversion, the selected pin is c…
176 #define ADC_CONFIG_PSEL_Disabled (0UL) /*!< Analog input pins disabled. */
177 #define ADC_CONFIG_PSEL_AnalogInput0 (1UL) /*!< Use analog input 0 as analog input. */
178 #define ADC_CONFIG_PSEL_AnalogInput1 (2UL) /*!< Use analog input 1 as analog input. */
179 #define ADC_CONFIG_PSEL_AnalogInput2 (4UL) /*!< Use analog input 2 as analog input. */
180 #define ADC_CONFIG_PSEL_AnalogInput3 (8UL) /*!< Use analog input 3 as analog input. */
181 #define ADC_CONFIG_PSEL_AnalogInput4 (16UL) /*!< Use analog input 4 as analog input. */
182 #define ADC_CONFIG_PSEL_AnalogInput5 (32UL) /*!< Use analog input 5 as analog input. */
183 #define ADC_CONFIG_PSEL_AnalogInput6 (64UL) /*!< Use analog input 6 as analog input. */
184 #define ADC_CONFIG_PSEL_AnalogInput7 (128UL) /*!< Use analog input 7 as analog input. */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h83 /* Maximum size of Input OOB supported */
85 /** Supported Input OOB Actions */
111 /** @brief Input is requested.
114 * request input from the user using the given action. The
115 * requested input will either be a string or a number, and
125 int (*input)(bt_mesh_input_action_t act, u8_t size); member
167 /** @brief Provide provisioning input OOB string.
169 * This is intended to be called after the bt_mesh_prov input callback
178 /** @brief Provide provisioning input OOB number.
180 * This is intended to be called after the bt_mesh_prov input callback
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinfback.c140 /* Clear the input bit accumulator */
147 /* Assure that some input is available. If input is requested, but denied,
161 /* Get a byte of input into the bit accumulator, or return from inflateBack()
162 with an error if there is no input available. */
172 not enough available input to do that, then return from inflateBack() with
215 strm provides the memory allocation functions and window buffer on input,
216 and provides information on the unused input on return. For Z_DATA_ERROR
219 in() and out() are the call-back input and output functions. When
220 inflateBack() needs more input, it calls in(). When inflateBack() has
223 change the provided input until in() is called again or inflateBack()
[all …]

12345678910>>...16