Home
last modified time | relevance | path

Searched refs:base (Results 626 – 650 of 872) sorted by relevance

1...<<21222324252627282930>>...35

/Zephyr-latest/drivers/counter/
Dcounter_andes_atcpit100.c34 #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/
Dsdhc_cdns_ll.c298 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/
Duart_lpc11u6x.h172 struct lpc11u6x_uartx_regs *base; member
/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci33 // Loading function data base
/Zephyr-latest/drivers/firmware/scmi/
DKconfig59 they exist, otherwise use base protocol channels).
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst15 instantiated anywhere in the code base.
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt10 - PSPLIM is set to the main stack base (if applicable)
/Zephyr-latest/drivers/dma/
Ddma_stm32.h41 uint32_t base; member
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dcore_init.overlay88 * Aim of this part is to provide a base working clock config
/Zephyr-latest/doc/develop/west/
Dmanifest.rst112 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/
Dieee802154_rf2xx.c142 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/
Dcap_commander_test.c406 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()
Dbap_broadcast_sink_test.c232 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/
DKconfig77 of base resources on while in sleep. The advantage of having a constant
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c15 uint8_t state = thread->base.thread_state; in _is_thread_cmsis_inactive()
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig36 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/
Dtest_msgq_contexts.c409 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/
Dthread.c44 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/
DKconfig.profile17 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/
Daudio.h916 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/
Dos_mgmt.c198 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/
Dmain.c317 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/
Dmipi_stp_decoder.rst6 The MIPI System Trace Protocol (MIPI STP) was developed as a generic base protocol that can
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c262 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/
Dmerged_prs.py125 prj['base'] = pr.base.ref

1...<<21222324252627282930>>...35