/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 96 * reading or writing register values. Writing means that the application 98 * stack needs to know the current register values. 105 MB_REG_READ, /*!< Read register values and pass to protocol stack. */ 106 MB_REG_WRITE /*!< Update register values. */ 229 * \param ucSlaveID Values is returned in the <em>Slave ID</em> byte of the 233 * \param pucAdditional Values which should be returned in the <em>Additional</em> 262 * case the values in mbconfig.h should be adjusted. If the argument was not 274 * low end targets. In addition the values don't have to be in the memory 278 * as an argument. The application should then read the actual register values 282 * register function was received a buffer with the new register values is [all …]
|
H A D | mb_m.h | 206 * case the values in mbconfig.h should be adjusted. If the argument was not 218 * low end targets. In addition the values don't have to be in the memory 222 * as an argument. The application should then read the actual register values 226 * register function was received a buffer with the new register values is 227 * passed to the callback function. The function should then use these values 228 * to update the application register values. 259 * \param pucRegBuffer If the application registers values should be updated the 260 * buffer points to the new registers values. If the protocol stack needs 261 * to now the current values the callback function should write them into 266 * values should be updated from the values in the buffer. For example [all …]
|
H A D | mbutils.h | 53 * \param ucByteBuf A buffer where the bit values are stored. Must be a 61 * \param ucValues Thew new values for the bits. The value for the first bit 83 * This function is used to extract up bit values from an array. Up to eight 84 * bit values can be extracted in one step. 86 * \param ucByteBuf A buffer where the bit values are stored.
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_pwm.h | 168 * @brief Type used for defining duty cycle values for a sequence 174 * @brief Structure for defining duty cycle values for a sequence 183 * @brief Structure for defining duty cycle values for a sequence 195 * @brief Structure for defining duty cycle values for a sequence 206 * @brief Union grouping pointers to arrays of duty cycle values applicable to 214 … uint16_t const * p_raw; ///< Pointer providing raw access to the values. 221 * provided duty cycle values are not copied. The @p values pointer is stored 222 * in the peripheral's internal register, and the values are loaded from RAM 223 * during the sequence playback. Therefore, you must ensure that the values 225 * the values cannot be placed in a local variable that is allocated on stack). [all …]
|
H A D | nrf_usbd.h | 55 …*< Captures the EPIN[0].PTR, EPIN[0].MAXCNT and EPIN[0].CONFIG registers values, and enables contr… 56 …*< Captures the EPIN[1].PTR, EPIN[1].MAXCNT and EPIN[1].CONFIG registers values, and enables data … 57 …*< Captures the EPIN[2].PTR, EPIN[2].MAXCNT and EPIN[2].CONFIG registers values, and enables data … 58 …*< Captures the EPIN[3].PTR, EPIN[3].MAXCNT and EPIN[3].CONFIG registers values, and enables data … 59 …*< Captures the EPIN[4].PTR, EPIN[4].MAXCNT and EPIN[4].CONFIG registers values, and enables data … 60 …*< Captures the EPIN[5].PTR, EPIN[5].MAXCNT and EPIN[5].CONFIG registers values, and enables data … 61 …*< Captures the EPIN[6].PTR, EPIN[6].MAXCNT and EPIN[6].CONFIG registers values, and enables data … 62 …*< Captures the EPIN[7].PTR, EPIN[7].MAXCNT and EPIN[7].CONFIG registers values, and enables data … 63 … ), /**< Captures the ISOIN.PTR, ISOIN.MAXCNT and ISOIN.CONFIG registers values, and enables sendi… 64 …Captures the EPOUT[0].PTR, EPOUT[0].MAXCNT and EPOUT[0].CONFIG registers values, and enables contr… [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/ |
H A D | syscfg.yml | 33 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM. 44 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM. 55 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM. 66 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM. 77 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM. 88 the possible values defined in BLE_SVC_DIS_DEFAULT_READ_PERM.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | user_mb_app_m.c | 128 /* read current register values from the protocol stack. */ in eMBMasterRegHoldingCB() 138 /* write current register values with new values from the protocol stack. */ in eMBMasterRegHoldingCB() 196 /* read current coil values from the protocol stack. */ in eMBMasterRegCoilsCB() 212 /* write current coil values with new values from the protocol stack. */ in eMBMasterRegCoilsCB() 271 /* write current discrete values with new values from the protocol stack. */ in eMBMasterRegDiscreteCB()
|
H A D | user_mb_app.c | 125 /* read current register values from the protocol stack. */ in eMBRegHoldingCB() 136 /* write current register values with new values from the protocol stack. */ in eMBRegHoldingCB() 191 /* read current coil values from the protocol stack. */ in eMBRegCoilsCB() 207 /* write current coil values with new values from the protocol stack. */ in eMBRegCoilsCB()
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pwm.h | 142 of duty cycle values, this might result in 242 * @note The array containing the duty cycle values for the specified sequence 269 * @note The array containing the duty cycle values for the specified sequence 348 * @brief Function for updating the pointer to the duty cycle values 353 * @param[in] values New pointer to the duty cycle values. 357 nrf_pwm_values_t values); 360 * @brief Function for updating the number of duty cycle values 365 * @param[in] length New number of the duty cycle values. 372 * @brief Function for updating the number of repeats for duty cycle values 435 nrf_pwm_values_t values) in nrfx_pwm_sequence_values_update() argument [all …]
|
H A D | nrfx_power.h | 246 * @param[in] p_config Configuration with values and event handler. 257 * @param[in] p_config Configuration with values and event handler. 282 * @param[in] p_config Configuration with values and event handler. 292 * @param[in] p_config Configuration with values and event handler. 315 * @param[in] p_config Configuration with values and event handler.
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 212 * meta_data_event_t.what can take the following values: 219 * All other values for meta_data_event_t.what are reserved and 230 * All values are in SI units (m/s^2) and measure the acceleration of the 265 * All values are in micro-Tesla (uT) and measure the geomagnetic 268 * Returned values include calibration mechanisms such that the vector is 283 * All values are angles in degrees. 292 * pitch: Rotation around X axis (-180<=pitch<=180), with positive values when 295 * roll: Rotation around Y axis (-90<=roll<=90), with positive values when 323 * All values are in radians/second and measure the rate of rotation 481 * All values are in micro-Tesla (uT) and measure the ambient magnetic [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-merge | 2 # merge_config.sh - Takes a list of config fragment values, and merges 3 # them one by one. Provides warnings on overridden values, and specified 4 # values that did not make it to the resulting .config file (due to missed 108 # Merge files, printing warnings on overridden values 157 # Check all specified config values took (might have missed-dependency issues)
|
H A D | kconfig-diff | 18 changes in configuration values between the two files. 21 Changed items show the old and new values on a single line. 24 changed and new values in kernel config option format.
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | core_cmInstr.h | 123 This function reverses the byte order in two unsigned short values. 198 This function performs a exclusive LDR command for 16 bit values. 208 This function performs a exclusive LDR command for 32 bit values. 218 This function performs a exclusive STR command for 8 bit values. 230 This function performs a exclusive STR command for 16 bit values. 242 This function performs a exclusive STR command for 32 bit values. 419 This function reverses the byte order in two unsigned short values. 521 This function performs a exclusive LDR command for 16 bit values. 544 This function performs a exclusive LDR command for 32 bit values. 560 This function performs a exclusive STR command for 8 bit values. [all …]
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | cmsis_armcc.h | 383 \details Reverses the byte order in two unsigned short values. 483 \details Executes a exclusive LDR instruction for 16 bit values. 496 \details Executes a exclusive LDR instruction for 32 bit values. 509 \details Executes a exclusive STR instruction for 8 bit values. 524 \details Executes a exclusive STR instruction for 16 bit values. 539 \details Executes a exclusive STR instruction for 32 bit values. 606 \details Executes a Unprivileged LDRT instruction for 16 bit values. 615 \details Executes a Unprivileged LDRT instruction for 32 bit values. 624 \details Executes a Unprivileged STRT instruction for 8 bit values. 633 \details Executes a Unprivileged STRT instruction for 16 bit values. [all …]
|
H A D | cmsis_armcc_V6.h | 813 \details Reverses the byte order in two unsigned short values. 919 \details Executes a exclusive LDR instruction for 16 bit values. 928 \details Executes a exclusive LDR instruction for 32 bit values. 937 \details Executes a exclusive STR instruction for 8 bit values. 948 \details Executes a exclusive STR instruction for 16 bit values. 959 \details Executes a exclusive STR instruction for 32 bit values. 1042 \details Executes a Unprivileged LDRT instruction for 16 bit values. 1057 \details Executes a Unprivileged LDRT instruction for 32 bit values. 1072 \details Executes a Unprivileged STRT instruction for 8 bit values. 1084 \details Executes a Unprivileged STRT instruction for 16 bit values. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | main.c | 92 /* Following 2 values are as per specification */ in light_default_status_init() 99 /* Assume following values are retrived from Persistence in light_default_status_init() 101 * These values had saved before power down. in light_default_status_init() 116 /* Assume following values is retrived from Persistence in light_default_status_init()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 24 The `configure' shell script attempts to guess correct values for 26 those values to create a `Makefile' in each directory of the package. 103 You can give `configure' initial values for configuration parameters 157 options like `--bindir=DIR' to specify different values for particular 268 See the file `config.sub' for the possible values of each field. If 284 If you want to set default values for `configure' scripts to share, 286 default values for variables like `CC', `cache_file', and `prefix'. 297 configure again during the build, and the customized values of these
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | lc-addrlabels.h | 44 * values" feature of gcc 49 * feature of the GCC C compiler called "labels as values". This 54 * http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 128 The IO capabilities to report during pairing. Valid values are: 226 Enables the Read Long Characteristic Values GATT procedure. (0/1) 230 Enables the Read Multiple Characteristic Values GATT procedure. 247 Enables the Write Long Characteristic Values GATT procedure. (0/1) 266 GATT Read Multiple Characteristic Values procedure. (0/1) 355 characteristic values" or "write long characteristic descriptors"
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 41 values. A config option can be defined multiple times with the same 68 A config option can have any number of default values. If multiple 69 default values are visible, only the first defined one is active. 70 Default values are not limited to the menu entry where they are 131 The following values are possible: 152 This allows to limit the range of possible input values for int 211 are simply converted into the respective expression values. All 213 (2) If the values of both symbols are equal, it returns 'y', 215 (3) If the values of both symbols are equal, it returns 'n', 473 that kconfig must determine the values that are possible for all Kconfig
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00123.html | 22 Implementation of local continuations based on the "Labels as values" feature of gcc. 25 …ns is based on a special feature of the GCC C compiler called "labels as values". This feature all… 26 …"http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html">http://gcc.gnu.org/onlinedocs/gcc/Labels…
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_instr.h | 125 \details Reverses the byte order in two unsigned short values. 357 \details Executes a Unprivileged LDRT instruction for 16 bit values. 373 \details Executes a Unprivileged LDRT instruction for 32 bit values. 389 \details Executes a Unprivileged STRT instruction for 8 bit values. 402 \details Executes a Unprivileged STRT instruction for 16 bit values. 415 \details Executes a Unprivileged STRT instruction for 32 bit values.
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_pwm.c | 275 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback() 305 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback() 321 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback() 322 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback() 350 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback() 353 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 86 values: 108 values, run this code from e.g. 'make iscriptconfig': 115 Intro to symbol values 191 that this includes all symbols that would accept user values). Kconfiglib 208 In Kconfiglib, the set of (currently) assignable values for a bool/tristate 288 represented as constant symbols, so the only values that appear in expressions 509 Another gotcha is that environment variables referenced in the values of 592 if multiple configurations are loaded with different values for $srctree. 659 as .config files (which store configuration symbol values). 668 KCONFIG_STRICT relies on literal hex values being prefixed with 0x/0X. [all …]
|