Home
last modified time | relevance | path

Searched full:output (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig56 prompt "The static output log level."
59 When the log level is less than this option and it will stop output.
77 prompt "The static output log level."
80 When the log level is less than this option and it will stop output.
123 The log output API can using in ISR (Interrupt Service Routines) also.
136 bool "Enable async output mode."
139 …When enable asynchronous output mode. The log output is not immediately and the log will stored to…
140 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
144 int "The async output buffer size."
148 bool "Enable async output by thread."
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/
H A Dmakefsdata3 open(OUTPUT, "> httpd-fsdata.c");
36 print(OUTPUT "static const unsigned char data".$fvar."[] = {\n");
37 print(OUTPUT "\t/* $file */\n\t");
39 printf(OUTPUT "%#02x, ", unpack("C", substr($file, $j, 1)));
41 printf(OUTPUT "0,\n");
47 print(OUTPUT "\t");
49 printf(OUTPUT "%#02x, ", unpack("C", $data));
52 print(OUTPUT "\n");
56 print(OUTPUT "0};\n\n");
72 print(OUTPUT "const struct httpd_fsdata_file file".$fvar."[] = {{$prevfile, data$fvar, ");
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dstart_rvds.S505 ;// <o1.22> GPA22 <0=> Output <1=> nFCE
506 ;// <o1.21> GPA21 <0=> Output <1=> nRSTOUT
507 ;// <o1.20> GPA20 <0=> Output <1=> nFRE
508 ;// <o1.19> GPA19 <0=> Output <1=> nFWE
509 ;// <o1.18> GPA18 <0=> Output <1=> ALE
510 ;// <o1.17> GPA17 <0=> Output <1=> CLE
511 ;// <o1.16> GPA16 <0=> Output <1=> nGCS[5]
512 ;// <o1.15> GPA15 <0=> Output <1=> nGCS[4]
513 ;// <o1.14> GPA14 <0=> Output <1=> nGCS[3]
514 ;// <o1.13> GPA13 <0=> Output <1=> nGCS[2]
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dmakefsdata3 open(OUTPUT, "> fsdata.c");
56 print(OUTPUT "static const unsigned char data".$fvar."[] = {\n");
57 print(OUTPUT "\t/* $file */\n\t");
59 printf(OUTPUT "%#02x, ", unpack("C", substr($file, $j, 1)));
61 printf(OUTPUT "0,\n");
67 print(OUTPUT "\t");
69 printf(OUTPUT "%#02x, ", unpack("C", $data));
72 print(OUTPUT "\n");
76 print(OUTPUT "};\n\n");
91 print(OUTPUT "const struct fsdata_file file".$fvar."[] = {{$prevfile, data$fvar, ");
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dmakefsdata3 open(OUTPUT, "> fsdata.c");
56 print(OUTPUT "static const unsigned char data".$fvar."[] = {\n");
57 print(OUTPUT "\t/* $file */\n\t");
59 printf(OUTPUT "%#02x, ", unpack("C", substr($file, $j, 1)));
61 printf(OUTPUT "0,\n");
67 print(OUTPUT "\t");
69 printf(OUTPUT "%#02x, ", unpack("C", $data));
72 print(OUTPUT "\n");
76 print(OUTPUT "};\n\n");
91 print(OUTPUT "const struct fsdata_file file".$fvar."[] = {{$prevfile, data$fvar, ");
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_debug.c35 * \brief output debug messages
56 if (m_ops && m_ops->output) { in uffs_vprintf()
62 m_ops->output(line_buf); in uffs_vprintf()
67 * \brief Initialize debug message output functions
73 if (m_ops == NULL || m_ops->output == NULL) { in uffs_InitDebugMessageOutput()
94 * \brief The main debug message output function
104 m_ops->output(prefix); in uffs_DebugMessage()
111 m_ops->output(suffix); in uffs_DebugMessage()
129 m_ops->output("ASSERT "); in uffs_AssertCall()
130 m_ops->output(file); in uffs_AssertCall()
[all …]
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.c45 /* output log front color */
55 /* output log default color definition */
111 /* level output info */
125 /* color output info */
389 /* output for all backends */
394 backend->output(backend, level, tag, is_raw, log, size);
398 backend->output(backend, level, tag, is_raw, log, size);
411 backend->output(backend, level, tag, is_raw, log, size);
456 /* output to all backends */
462 /* We can't ensure that all backends support ISR context output.
[all …]
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h117 * output matrices. For example, the matrix addition function verifies that the
118 * two input matrices and the output matrix all have the same number of rows and
479 /* write output */ in arm_recip_q31()
530 /* write output */ in arm_recip_q15()
947 * @param[out] pDst points to the block of output data.
977 * @param[out] pDst points to the block of output data.
991 * @param[out] pDst points to the block of output data.
1023 * @param[out] pDst points to the block of output data.
1037 * @param[out] pDst points to the block of output data.
1067 * @param[out] pDst points to the block of output 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
217 * output matrices. For example, the matrix addition function verifies that the
218 * two input matrices and the output matrix all have the same number of rows and
556 /* write output */ in arm_recip_q31()
606 /* write output */ in arm_recip_q15()
1087 * @param[out] *pDst points to the block of output data.
1119 * @param[out] *pDst points to the block of output data.
1133 * @param[out] *pDst points to the block of output data.
1165 * @param[out] *pDst points to the block of output data.
1179 * @param[out] *pDst points to the block of output data.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h53 application must provide more input and/or consume the output
54 (providing more output space) before each call.
87 Bytef *next_out; /* next output byte should be put there */
89 uLong total_out; /* total nb of bytes output so far */
245 buffer becomes empty or the output buffer becomes full. It may introduce some
246 output latency (reading input without producing any output) except when
254 enough room in the output buffer), next_in and avail_in are updated and
257 - Provide more output starting at next_out and update next_out and avail_out
261 Some output may be provided even if flush is not set.
265 more output, and updating avail_in or avail_out accordingly; avail_out
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h53 application must provide more input and/or consume the output
54 (providing more output space) before each call.
87 Bytef *next_out; /* next output byte should be put there */
89 uLong total_out; /* total nb of bytes output so far */
245 buffer becomes empty or the output buffer becomes full. It may introduce some
246 output latency (reading input without producing any output) except when
254 enough room in the output buffer), next_in and avail_in are updated and
257 - Provide more output starting at next_out and update next_out and avail_out
261 Some output may be provided even if flush is not set.
265 more output, and updating avail_in or avail_out accordingly; avail_out
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dstart_rvds.S555 ;// <o1.0> PA0 <0=> Output <1=> ADDR0
556 ;// <o1.1> PA1 <0=> Output <1=> ADDR16
557 ;// <o1.2> PA2 <0=> Output <1=> ADDR17
558 ;// <o1.3> PA3 <0=> Output <1=> ADDR18
559 ;// <o1.4> PA4 <0=> Output <1=> ADDR19
560 ;// <o1.5> PA5 <0=> Output <1=> ADDR20
561 ;// <o1.6> PA6 <0=> Output <1=> ADDR21
562 ;// <o1.7> PA7 <0=> Output <1=> ADDR22
563 ;// <o1.8> PA8 <0=> Output <1=> ADDR23
564 ;// <o1.9> PA9 <0=> Output <1=> ADDR24
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DMake_vms.com13 $ SAY = "WRITE SYS$OUTPUT"
65 $ write sys$output "Compiling Zlib sources ..."
93 $ write sys$output "Building Zlib ..."
95 $ write sys$output "Building example..."
101 $ write sys$output "Building minigzip..."
119 $ write sys$output "Creating libzshr.exe"
129 $ write sys$output "Zlib build completed"
132 $ write sys$output "C compiler required to build ''name'"
136 $ write sys$output "Exiting..."
173 $ write sys$output P2
[all …]
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h74 NRF_GPIO_PIN_DIR_OUTPUT = GPIO_PIN_CNF_DIR_Output ///< Output.
97 * @brief Enumerator used for selecting output drive mode.
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
123 …* This function can be used to configure pin range as simple output with gate driving GPIO_…
129 * @note For configuring only one pin as output, use @ref nrf_gpio_cfg_output.
130 …the pin is disabled and input is disconnected from the buffer as the pins are configured as output.
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
173 …* This function can be used to configure a pin as simple output with gate driving GPIO_PIN_…
177 …the pin is disabled and input is disconnected from the buffer as the pins are configured as output.
249 * Note that the pin must be configured as an output for this function to have any effect.
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H A DAT91SAM7S.h132 #define AT91C_PIO_ODR (AT91_REG(0xFFFFF414)) /* PIOA Output Disable Registerr */
133 #define AT91C_PIO_SODR (AT91_REG(0xFFFFF430)) /* PIOA Set Output Data Register */
141 #define AT91C_PIO_OWDR (AT91_REG(0xFFFFF4A4)) /* PIOA Output Write Disable Register */
144 #define AT91C_PIO_ODSR (AT91_REG(0xFFFFF438)) /* PIOA Output Data Status Register */
146 #define AT91C_PIO_OWSR (AT91_REG(0xFFFFF4A8)) /* PIOA Output Write Status Register */
148 #define AT91C_PIO_OWER (AT91_REG(0xFFFFF4A0)) /* PIOA Output Write Enable Register */
152 #define AT91C_PIO_OSR (AT91_REG(0xFFFFF418)) /* PIOA Output Status Register */
155 #define AT91C_PIO_CODR (AT91_REG(0xFFFFF434)) /* PIOA Clear Output Data Register */
159 #define AT91C_PIO_OER (AT91_REG(0xFFFFF410)) /* PIOA Output Enable Register */
165 #define AT91C_PIOA_OWDR (AT91_REG(0xFFFFF4A4)) // (PIOA) Output Write Disable Register
[all …]
/nrf52832-nimble/rt-thread/examples/ulog/
H A Dulog_example.c33 /* output different level log by LOG_X API */ in ulog_example()
46 /* Set the global filer level is INFO. All of DEBUG log will stop output */ in ulog_example()
48 …Set the test tag's level filter's level is ERROR. The DEBUG, INFO, WARNING log will stop output. */ in ulog_example()
55 … /* Set the test tag's level filter's level is WARNING. The DEBUG, INFO log will stop output. */ in ulog_example()
60 …Set the test tag's level filter's level is LOG_FILTER_LVL_ALL. All level log will resume output. */ in ulog_example()
62 /* Set the global filer level is LOG_FILTER_LVL_ALL. All level log will resume output */ in ulog_example()
68 /* output different priority log by syslog API */ in ulog_example()
80 /* Set log priority mask. Only output ERR and WARNING log. */ in ulog_example()
85 /* Set log priority mask. The log which level is less than ERROR will stop output. */ in ulog_example()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-merge35 echo " -O dir to put generated output files. Consider setting \$KCONFIG_CONFIG instead."
41 OUTPUT=.
66 OUTPUT=$(echo $2 | sed 's/\/*$//')
68 echo "output directory $2 does not exist" 1>&2
86 if [ "$OUTPUT" != . ]; then
87 KCONFIG_CONFIG=$(readlink -m -- "$OUTPUT/.config")
143 # If we have an output dir, setup the O= argument, otherwise leave
146 if [ "$OUTPUT" != "." ] ; then
147 OUTPUT_ARG="O=$OUTPUT"
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mqtt/
H A Dmqtt.c176 /* Output ring buffer */
200 * Try send as many bytes as possible from output ring buffer
201 * @param rb Output ring buffer
221 /* Space in TCP output buffer is larger than available in ring buffer linear portion */ in mqtt_output_send()
415 /* Output message build helpers */
453 * @param rb Output ring buffer
476 * Check output buffer space
477 * @param rb Output ring buffer
576 if (mqtt_output_check_space(&client->output, 0) != 0) { in mqtt_cyclic_timer()
577 mqtt_output_append_fixed_header(&client->output, MQTT_MSG_TYPE_PINGREQ, 0, 0, 0, 0); in mqtt_cyclic_timer()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mqtt/
H A Dmqtt.c180 /* Output ring buffer */
229 * Try send as many bytes as possible from output ring buffer
230 * @param rb Output ring buffer
250 /* Space in TCP output buffer is larger than available in ring buffer linear portion */ in mqtt_output_send()
447 /* Output message build helpers */
485 * @param rb Output ring buffer
508 * Check output buffer space
509 * @param rb Output ring buffer
608 if (mqtt_output_check_space(&client->output, 0) != 0) { in mqtt_cyclic_timer()
609 mqtt_output_append_fixed_header(&client->output, MQTT_MSG_TYPE_PINGREQ, 0, 0, 0, 0); in mqtt_cyclic_timer()
[all …]
/nrf52832-nimble/rt-thread/documentation/
H A DDoxyfile46 # Doxygen will copy the logo to the output directory.
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
68 # information to generate all constant output in the proper language.
216 # sources only. Doxygen will then generate output that is more tailored for C.
223 # sources only. Doxygen will then generate output that is more tailored for
230 # sources only. Doxygen will then generate output that is more tailored for
236 # sources. Doxygen will then generate output that is tailored for
576 # provided by doxygen. Whatever the program writes to standard output
583 # output files in an output format independent way. The create the layout file
646 # and error messages should be written. If left blank the output is written
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile52 # the logo to the output directory.
61 OUTPUT_DIRECTORY = "output"
64 # directories (in 2 levels) under the output directory of each output format and
83 # information to generate all constant output in the proper language.
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
299 # The output of markdown processing is further processed by doxygen, so you can
690 # by doxygen. Whatever the program writes to standard output is used as the file
[all …]
H A Dlwip.Doxyfile.cmake.in52 # the logo to the output directory.
64 # directories (in 2 levels) under the output directory of each output format and
83 # information to generate all constant output in the proper language.
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
299 # The output of markdown processing is further processed by doxygen, so you can
690 # by doxygen. Whatever the program writes to standard output is used as the file
697 # output files in an output format independent way. To create the layout file
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile52 # the logo to the output directory.
61 OUTPUT_DIRECTORY = output
64 # directories (in 2 levels) under the output directory of each output format and
83 # information to generate all constant output in the proper language.
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
299 # The output of markdown processing is further processed by doxygen, so you can
681 # by doxygen. Whatever the program writes to standard output is used as the file
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Ddoxygen.xml70 # the logo to the output directory.
82 # directories (in 2 levels) under the output directory of each output format and
101 # information to generate all constant output in the proper language.
258 # only. Doxygen will then generate output that is more tailored for C. For
266 # Python sources only. Doxygen will then generate output that is more tailored
274 # sources. Doxygen will then generate output that is tailored for Fortran.
280 # sources. Doxygen will then generate output that is tailored for VHDL.
307 # The output of markdown processing is further processed by doxygen, so you can
689 # by doxygen. Whatever the program writes to standard output is used as the file
696 # output files in an output format independent way. To create the layout file
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h55 …bool is_watcher : 1; /**< True when the input pin is tracking an output pin.…
127 /**@brief Output pin configuration. */
131 nrf_gpiote_outinit_t init_state; /**< Initial state of the output pin. */
135 /**@brief Macro for configuring a pin to use as output. GPIOTE is not used for the pin. */
208 * @brief Function for initializing a GPIOTE output pin.
209 * @details The output pin can be controlled by the CPU or by PPI. The initial
225 * @brief Function for uninitializing a GPIOTE output pin.
226 * @details The driver frees the GPIOTE channel if the output pin was using one.
233 * @brief Function for setting a GPIOTE output pin.
240 * @brief Function for clearing a GPIOTE output pin.
[all …]

12345678910>>...17