| /Zephyr-latest/drivers/counter/ |
| D | counter_andes_atcpit100.c | 34 #define PIT_BASE (((const struct atcpit100_config *)(dev)->config)->base) 53 uint32_t base; member 491 .base = DT_INST_REG_ADDR(n), \
|
| /Zephyr-latest/drivers/sdhc/ |
| D | sdhc_cdns_ll.c | 298 uintptr_t base; in sdhc_cdns_prepare() local 323 base = cdns_params.reg_base; in sdhc_cdns_prepare() 594 uintptr_t base; in sdhc_cdns_send_cmd() local 600 base = cdns_params.reg_base; in sdhc_cdns_send_cmd()
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_lpc11u6x.h | 172 struct lpc11u6x_uartx_regs *base; member
|
| /Zephyr-latest/scripts/coccinelle/ |
| D | find_dev_usage.cocci | 33 // Loading function data base
|
| /Zephyr-latest/drivers/firmware/scmi/ |
| D | Kconfig | 59 they exist, otherwise use base protocol channels).
|
| /Zephyr-latest/doc/kernel/iterable_sections/ |
| D | index.rst | 15 instantiated anywhere in the code base.
|
| /Zephyr-latest/tests/arch/arm/arm_no_multithreading/ |
| D | README.txt | 10 - PSPLIM is set to the main stack base (if applicable)
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_stm32.h | 41 uint32_t base; member
|
| /Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
| D | core_init.overlay | 88 * Aim of this part is to provide a base working clock config
|
| /Zephyr-latest/doc/develop/west/ |
| D | manifest.rst | 112 The ``remotes`` subsection contains a sequence which specifies the base URLs 115 Each ``remotes`` element has a name and a "URL base". These are used to form 117 by appending a project-specific path onto a remote URL base. (As we'll see 128 url-base: https://git.example.com/base1 130 url-base: https://git.example.com/base2 144 * - ``url-base`` 194 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended 243 If the project has a ``remote``, that remote's ``url-base`` will be 256 ``url-base`` instead of the project's ``name`` to form its fetch URL. 336 url-base: https://git.example.com/base1 [all …]
|
| /Zephyr-latest/drivers/ieee802154/ |
| D | ieee802154_rf2xx.c | 142 int8_t base; in rf2xx_set_rssi_base() local 145 base = channel == 0 in rf2xx_set_rssi_base() 149 base = channel == 0 in rf2xx_set_rssi_base() 153 base = RF2XX_RSSI_OQPSK_RC_250; in rf2xx_set_rssi_base() 156 ctx->trx_rssi_base = base; in rf2xx_set_rssi_base()
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | cap_commander_test.c | 406 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in base_store() local 411 if (base == NULL) { in base_store() 416 base_subgroup_count = bt_bap_base_get_subgroup_count(base); in base_store() 425 if (base_size != received_base_size || memcmp(base, received_base, base_size) != 0) { in base_store() 426 (void)memcpy(received_base, base, base_size); in base_store()
|
| D | bap_broadcast_sink_test.c | 232 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument 239 bt_bap_base_get_subgroup_count(base), sink); in base_recv_cb() 241 ret = bt_bap_base_foreach_subgroup(base, base_subgroup_cb, NULL); in base_recv_cb() 247 ret = bt_bap_base_get_bis_indexes(base, &base_bis_index_bitfield); in base_recv_cb()
|
| /Zephyr-latest/soc/nordic/nrf54l/ |
| D | Kconfig | 77 of base resources on while in sleep. The advantage of having a constant
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
| D | cmsis_thread.c | 15 uint8_t state = thread->base.thread_state; in _is_thread_cmsis_inactive()
|
| /Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
| D | Kconfig | 36 base map, which is already taken into account, should 92 base map, which is already taken into account, should
|
| /Zephyr-latest/tests/kernel/msgq/msgq_api/src/ |
| D | test_msgq_contexts.c | 409 zassert_equal(tids[0]->base.thread_state, _THREAD_PENDING); in ZTEST() 451 zassert_equal(tids[0]->base.thread_state, _THREAD_PENDING); in ZTEST()
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
| D | thread.c | 44 uint8_t state = thread->base.thread_state; in _is_thread_cmsis_inactive() 292 switch (tid->z_thread.base.thread_state) { in osThreadGetState()
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.profile | 17 This option enables the required POSIX System Interfaces (base definitions), all of PSE51, 45 Only enable the base definitions required for all POSIX systems.
|
| /Zephyr-latest/subsys/bluetooth/audio/shell/ |
| D | audio.h | 916 static inline void print_base(const struct bt_bap_base *base) in print_base() argument 920 bt_shell_print("Presentation delay: %d", bt_bap_base_get_pres_delay(base)); in print_base() 921 bt_shell_print("Subgroup count: %d", bt_bap_base_get_subgroup_count(base)); in print_base() 923 err = bt_bap_base_foreach_subgroup(base, print_base_subgroup_cb, NULL); in print_base()
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
| D | os_mgmt.c | 198 idx = (int)thread->base.prio; in os_mgmt_taskstat_encode_thread_name() 288 zcbor_int32_put(zse, (int)thread->base.prio) : in os_mgmt_taskstat_encode_priority() 289 zcbor_uint32_put(zse, (unsigned int)thread->base.prio) & 0xff); in os_mgmt_taskstat_encode_priority() 312 zcbor_uint32_put(iterator_ctx->zse, thread->base.thread_state) && in os_mgmt_taskstat_encode_one()
|
| /Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
| D | main.c | 317 static void base_recv_cb(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv_cb() argument 328 bt_bap_base_get_subgroup_count(base), sink); in base_recv_cb() 336 err = bt_bap_base_foreach_subgroup(base, subgroup_get_valid_bis_indexes_cb, in base_recv_cb() 345 err = bt_bap_base_get_bis_indexes(base, &base_bis_index_bitfield); in base_recv_cb()
|
| /Zephyr-latest/doc/services/debugging/ |
| D | mipi_stp_decoder.rst | 6 The MIPI System Trace Protocol (MIPI STP) was developed as a generic base protocol that can
|
| /Zephyr-latest/drivers/can/ |
| D | can_nxp_s32_canxl.c | 262 static void can_nxp_s32_set_fd_mode(CANXL_SIC_Type *base, in can_nxp_s32_set_fd_mode() argument 266 base->BCFG2 = (base->BCFG2 & ~CANXL_SIC_BCFG2_FDEN_MASK) | in can_nxp_s32_set_fd_mode() 268 base->BCFG1 = (base->BCFG1 & ~CANXL_SIC_BCFG1_FDRSDIS_MASK) | in can_nxp_s32_set_fd_mode() 270 base->BTDCC &= ~(CANXL_SIC_BTDCC_FTDCEN_MASK | in can_nxp_s32_set_fd_mode()
|
| /Zephyr-latest/scripts/ci/stats/ |
| D | merged_prs.py | 125 prj['base'] = pr.base.ref
|