MCPcopy Create free account

hub / github.com/apache/mynewt-core / functions

Functions12,691 in github.com/apache/mynewt-core

↓ 40 callersFunctionlis2dw12_write8
* Write byte to sensor over different interfaces * * @param The sensor interface * @param The register address to write to * @param The value to w
hw/drivers/sensors/lis2dw12/src/lis2dw12.c:479
↓ 40 callersFunctionos_mbuf_copydata
kernel/os/src/os_mbuf.c:440
↓ 38 callersFunctioncbor_encode_text_stringz
encoding/tinycbor/include/tinycbor/cbor.h:193
↓ 38 callersFunctionsensor_mgr_put_notify_evt
* Puts a notification event on the sensor manager evq * * @param ctx notification event context * @param evtype The notification event type */
hw/sensor/src/sensor.c:1212
↓ 38 callersFunctionstats_init
* Initialize a statistics structure, pointed to by hdr. * * @param hdr The header of the statistics structure, contains things * like st
sys/stats/full/src/stats.c:284
↓ 37 callersFunctionflash_area_erase
sys/flash_map/src/flash_map.c:269
↓ 37 callersFunctionnffs_test_util_create_file
fs/nffs/selftest/src/nffs_test_utils.c:276
↓ 37 callersFunctionos_mbuf_test_misc_assert_sane
kernel/os/selftest/src/mbuf_test.c:56
↓ 37 callersFunctionstm32_periph_create
hw/mcu/stm/stm32_common/src/stm32_periph.c:681
↓ 36 callersFunctionhal_spi_init
hw/mcu/nxp/kinetis/src/hal_spi.c:327
↓ 36 callersFunctionos_cputime_timer_relative
kernel/os/src/os_cputime.c:91
↓ 36 callersFunctionsensor_init
* Initialize a sensor * * @param The sensor to initialize * @param The device to associate with this sensor. * * @return 0 on success, non-zero e
hw/sensor/src/sensor.c:953
↓ 36 callersFunctionstats_register
* Register the statistics pointed to by shdr, with the name of "name." * * @param name The name of the statistic to register. This name is guarante
sys/stats/full/src/stats.c:367
↓ 35 callersFunctionmove_window
fs/fatfs/src/ff.c:895
↓ 35 callersFunctionos_eventq_run
kernel/os/src/os_eventq.c:182
↓ 35 callersFunctionos_msys_num_free
kernel/os/src/os_msys.c:185
↓ 35 callersFunctionsensor_set_driver
* Set the driver functions for this sensor, along with the type of sensor * data available for the given sensor. * * @param sensor The sensor to se
hw/sensor/include/sensor/sensor.h:820
↓ 35 callersFunctionstrtok_r
libc/baselibc/src/strtok_r.c:3
↓ 34 callersFunctionos_cputime_get32
kernel/os/src/os_cputime.c:111
↓ 34 callersFunctionos_memblock_put
kernel/os/src/os_mempool.c:394
↓ 34 callersFunctionsensor_set_type_mask
* Set the sensor driver mask so that the developer who configures the * sensor tells the sensor framework which sensor data to send back to * the us
hw/sensor/include/sensor/sensor.h:838
↓ 33 callersFunctionflash_area_write
sys/flash_map/src/flash_map.c:258
↓ 33 callersFunctionld_dword
fs/fatfs/src/ff.c:610
↓ 33 callersFunctionlsm6dso_write_data_with_mask
* Write register with mask over different interfaces * * @param sensor interface * @param register address * @param register mask * @param regist
hw/drivers/sensors/lsm6dso/src/lsm6dso.c:465
↓ 33 callersFunctionmn_close
net/ip/mn_socket/src/mn_socket.c:123
↓ 33 callersFunctionos_msys_get_pkthdr
kernel/os/src/os_msys.c:143
↓ 33 callersFunctionsensor_set_interface
* Set interface type and number * * @param sensor The sensor to set the interface for * @param s_itf The interface type to set */
hw/sensor/include/sensor/sensor.h:866
↓ 32 callersFunctionconf_load
sys/config/src/config_store.c:100
↓ 32 callersFunctionconf_str_from_value
sys/config/src/config.c:276
↓ 32 callersFunctionfs_write
fs/fs/src/fs_file.c:205
↓ 32 callersFunctionhal_spi_disable
hw/mcu/nxp/kinetis/src/hal_spi.c:466
↓ 32 callersFunctionos_sched_get_current_task
kernel/os/src/os_sched.c:88
↓ 32 callersFunctionsensor_mgr_register
* Register the sensor with the global sensor list. This makes the sensor * searchable by other packages, who may want to look it up by type. * * @p
hw/sensor/src/sensor.c:424
↓ 32 callersFunctionsensor_unlock
* Unlock access to the sensor specified by sensor. * * @param The sensor to unlock access to. */
hw/sensor/src/sensor.c:939
↓ 31 callersFunctionfreq_str
hw/mcu/stm/stm32h5xx/mcu_cli/src/mcu_cli.c:44
↓ 31 callersFunctionhal_gpio_irq_release
* gpio irq release * * No longer interrupt when something occurs on the pin. NOTE: this function * does not change the GPIO push/pull setting. * I
hw/mcu/nxp/mkw41z/src/hal_gpio.c:132
↓ 31 callersFunctionlsm6dsl_write_reg_bit_field
* Modify register bit field * * @param lsm6dsl The device * @param reg register address * @param mask register mask * @param data new bit filed
hw/drivers/sensors/lsm6dsl/src/lsm6dsl.c:498
↓ 31 callersFunctionos_mbuf_copyinto
kernel/os/src/os_mbuf.c:717
↓ 31 callersFunctionos_memblock_get
kernel/os/src/os_mempool.c:325
↓ 31 callersFunctionshell_cmd_register
sys/shell/src/shell.c:1037
↓ 30 callersFunctionbno055_read8
* Reads a single byte from the specified register * * @param The Sensor interface * @param The register address to read from * @param Pointer to w
hw/drivers/sensors/bno055/src/bno055.c:189
↓ 30 callersFunctionbus_i2c_node_create
* Create bus I2C node * * This is a convenient helper and recommended way to create os_dev for bus I2C * node instead of calling os_dev_create() di
hw/bus/drivers/i2c_common/include/bus/drivers/i2c_common.h:112
↓ 30 callersFunctionfreq_str
hw/mcu/stm/stm32f4xx/mcu_cli/src/mcu_cli.c:39
↓ 30 callersFunctionhal_gpio_init_stm
* hal gpio init * * Called to initialize a gpio. * * @param pin * @param cfg * * @return int */
hw/mcu/stm/stm32_common/src/hal_gpio.c:622
↓ 30 callersFunctionhal_gpio_irq_disable
* gpio irq disable * * * @param pin */
hw/mcu/nxp/mkw41z/src/hal_gpio.c:157
↓ 30 callersFunctionmem_cpy
Copy memory to memory */
fs/fatfs/src/ff.c:680
↓ 30 callersFunctionnffs_format
* Erases all the specified areas and initializes them with a clean nffs * file system. * * @param area_descs The set of areas to format. *
fs/nffs/src/nffs.c:643
↓ 30 callersFunctionos_mbuf_get
kernel/os/src/os_mbuf.c:122
↓ 29 callersFunctionlp5523_set_instruction
hw/drivers/led/lp5523/src/lp5523.c:800
↓ 29 callersFunctionos_mempool_init
kernel/os/src/os_mempool.c:180
↓ 29 callersFunctionst_word
fs/fatfs/src/ff.c:641
↓ 28 callersFunctionabs
libc/baselibc/include/stdlib.h:17
↓ 28 callersFunctiondisk_write
fs/fatfs/src/mynewt_glue.c:507
↓ 28 callersFunctiondrv2605_write8
* Writes a single byte to the specified register * * @param The Sensor interface * @param The register address to write to * @param The value to w
hw/drivers/drv2605/src/drv2605.c:62
↓ 28 callersFunctionld_word
fs/fatfs/src/ff.c:600
↓ 28 callersFunctionlp5523_shell_err_too_few_args
hw/drivers/led/lp5523/src/lp5523_shell.c:44
↓ 28 callersFunctionlp5523_shell_err_too_many_args
hw/drivers/led/lp5523/src/lp5523_shell.c:52
↓ 28 callersFunctionlps33hw_set_value
hw/drivers/sensors/lps33hw/src/lps33hw.c:491
↓ 28 callersFunctionos_msys_get
kernel/os/src/os_msys.c:118
↓ 28 callersFunctionos_started
* Has the operating system started. * * @return 1 if the operating system has started, 0 if it hasn't */
kernel/os/src/os.c:170
↓ 28 callersFunctionos_time_ms_to_ticks
kernel/os/src/os_time.c:326
↓ 28 callersFunctionpowf
* Float power function * * @param float base * @param float exponent */
hw/drivers/sensors/tcs34725/src/tcs34725.c:318
↓ 27 callersFunctionRegionGetPhyParam
net/lora/node/src/mac/region/Region.c:575
↓ 27 callersFunctionlis2ds12_write8
* Write byte to sensor over different interfaces * * @param The sensor interface * @param The register address to write to * @param The value to w
hw/drivers/sensors/lis2ds12/src/lis2ds12.c:348
↓ 27 callersFunctionlsm6dso_readlen
* Read multiple length data from LSM6DSO sensor over different interfaces * * @param register address * @param variable length payload * @param le
hw/drivers/sensors/lsm6dso/src/lsm6dso.c:423
↓ 27 callersFunctionnffs_test_util_assert_contents
fs/nffs/selftest/src/nffs_test_utils.c:130
↓ 27 callersFunctionoc_send_response
net/oic/src/api/oc_server_api.c:71
↓ 27 callersFunctionsensor_lock
* Lock access to the sensor specified by sensor. Blocks until lock acquired. * * @param The sensor to lock * * @return 0 on success, non-zero on
hw/sensor/src/sensor.c:922
↓ 27 callersFunctionstrncpy
libc/baselibc/src/strncpy.c:7
↓ 26 callersFunctionSTATS_NAME_START
net/oic/src/port/mynewt/ble_adaptor.c:98
↓ 26 callersFunctionbmp3_get_regs
! * @brief This API reads the data from the given register address of the sensor. */
hw/drivers/sensors/bmp388/src/bmp388.c:481
↓ 26 callersFunctionconf_save
* Walk through all registered subsystems, and ask them to export their * config variables. Persist these settings. */
sys/config/src/config_store.c:288
↓ 26 callersFunctionconsole_out_nolock
* Default implementation in case all consoles are disabled - we just ignore any * output to console. */
sys/console/full/src/console.c:144
↓ 26 callersFunctionlis2dh12_readlen
* Read multiple length data from LIS2DH12 sensor over different interfaces * * @param register address * @param variable length payload * @param l
hw/drivers/sensors/lis2dh12/src/lis2dh12.c:538
↓ 26 callersFunctionlps33thw_set_value
hw/drivers/sensors/lps33thw/src/lps33thw.c:510
↓ 26 callersFunctionmodlog_register
sys/log/modlog/src/modlog.c:383
↓ 26 callersFunctionnffs_hash_id_is_dir
fs/nffs/src/nffs_hash.c:32
↓ 25 callersFunctionNVIC_Relocate
hw/cmsis-core/src/cmsis_nvic.c:22
↓ 25 callersFunctionbq27z561_rd_std_reg_word
hw/drivers/bq27z561/src/bq27z561.c:156
↓ 25 callersFunctionfcb2_append
fs/fcb2/src/fcb_append.c:162
↓ 25 callersFunctionhal_i2c_init
hw/mcu/native/src/hal_i2c.c:30
↓ 25 callersFunctionisspace
libc/baselibc/include/ctype.h:57
↓ 25 callersFunctionlcd_ift_write_cmd
hw/drivers/display/lcd_itf/itf_spi/src/itf_spi.c:58
↓ 25 callersFunctionlis2de12_writelen
* Write multiple length data to LIS2DE12 sensor over different interfaces * * @param The sensor interface * @param register address * @param varia
hw/drivers/sensors/lis2de12/src/lis2de12.c:470
↓ 25 callersFunctionlis2dh12_writelen
* Write multiple length data to LIS2DH12 sensor over different interfaces * * @param The sensor interface * @param register address * @param varia
hw/drivers/sensors/lis2dh12/src/lis2dh12.c:480
↓ 25 callersFunctionnffs_inode_from_entry
fs/nffs/src/nffs_inode.c:195
↓ 25 callersFunctionos_callout_stop
kernel/os/src/os_callout.c:44
↓ 25 callersFunctiontaskpool_alloc_assert
util/taskpool/src/taskpool.c:177
↓ 24 callersFunctionTimerGetElapsedTime
net/lora/node/src/utilities.c:38
↓ 24 callersFunctionbus_spi_node_create
hw/bus/drivers/spi_common/include/bus/drivers/spi_common.h:92
↓ 24 callersFunctionlis2de12_readlen
* Read multiple length data from LIS2DE12 sensor over different interfaces * * @param register address * @param variable length payload * @param l
hw/drivers/sensors/lis2de12/src/lis2de12.c:528
↓ 24 callersFunctionmem_set
Fill memory block */
fs/fatfs/src/ff.c:691
↓ 24 callersFunctionmltu_append
sys/log/modlog/selftest/src/modlog_test_util.c:86
↓ 24 callersFunctionnffs_flash_loc_expand
* Expands a compressed 32-bit flash location into a * flash-area-index,flash-area-offset pair. */
fs/nffs/src/nffs_flash.c:174
↓ 24 callersFunctionos_cputime_init
kernel/os/src/os_cputime.c:29
↓ 24 callersFunctionos_mbuf_adj
kernel/os/src/os_mbuf.c:475
↓ 24 callersFunctionos_time_advance
kernel/os/src/os_time.c:85
↓ 23 callersFunctionconf_set_value
sys/config/src/config.c:440
↓ 23 callersFunctionhal_gpio_init_in
hw/mcu/native/src/hal_gpio.c:34
↓ 23 callersFunctionhal_system_reset
hw/mcu/native/src/hal_system.c:35
← previousnext →101–200 of 12,691, ranked by callers