/Zephyr-Core-3.7.0/modules/cmsis-nn/ |
D | CMakeLists.txt | 18 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ActivationFunctions/*_s8*.c") 20 zephyr_library_sources(${SRC} ${SRC_S16} 26 file(GLOB SRC "${CMSIS_NN_DIR}/Source/BasicMathFunctions/*_*.c") 27 zephyr_library_sources(${SRC}) 31 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ConcatenationFunctions/*_*.c") 32 zephyr_library_sources(${SRC}) 60 file(GLOB SRC "${CMSIS_NN_DIR}/Source/PoolingFunctions/*_s8.c") 62 zephyr_library_sources(${SRC} ${SRC_S16}) 66 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ReshapeFunctions/*_*.c") 67 zephyr_library_sources(${SRC}) [all …]
|
/Zephyr-Core-3.7.0/samples/subsys/usb_c/source/ |
D | README.rst | 48 UnattachedWait.SRC 49 Unattached.SRC 50 AttachWait.SRC 51 Attached.SRC
|
/Zephyr-Core-3.7.0/scripts/build/ |
D | gen_app_partitions.py | 46 SRC = 'sources' variable 133 partitions[partition_name][SRC] = filename 198 partitions[partition_name][SRC] = args.elf 303 partsorted[key][SRC])) 317 partsorted[key][SRC]))
|
/Zephyr-Core-3.7.0/soc/microchip/mec/mec172x/ |
D | device_power.c | 77 regs->GIRQ22.SRC = UINT32_MAX; in soc_deep_sleep_non_wake_en() 88 regs->GIRQ22.SRC = UINT32_MAX; in soc_deep_sleep_non_wake_dis() 100 regs->GIRQ21.SRC = MCHP_KEYSCAN_GIRQ_BIT; in soc_deep_sleep_wake_en() 105 regs->GIRQ21.SRC = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_en() 118 regs->GIRQ21.SRC = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_dis()
|
/Zephyr-Core-3.7.0/soc/microchip/mec/mec15xx/ |
D | device_power.c | 96 GIRQ22_REGS->SRC = 0xfffffffful; in soc_deep_sleep_non_wake_en() 105 GIRQ22_REGS->SRC = 0xfffffffful; in soc_deep_sleep_non_wake_dis()
|
D | soc.c | 37 pg->SRC = 0xFFFFFFFFul; in soc_ecia_init()
|
/Zephyr-Core-3.7.0/soc/atmel/sam0/common/ |
D | soc_saml2x.c | 38 GCLK->GENCTRL[0].bit.SRC = GCLK_GENCTRL_SRC_OSCULP32K_Val; in gclk_reset() 211 GCLK->GENCTRL[0].bit.SRC = GCLK_GENCTRL_SRC_DFLL48M_Val; in gclk_main_configure()
|
/Zephyr-Core-3.7.0/drivers/hwinfo/ |
D | Kconfig | 89 bool "NXP SRC reset cause" 93 Enable NXP i.MX mcux SRC hwinfo driver. 96 bool "NXP SRC reset cause (multicore devices)" 100 Enable version 2 multicore NXP i.MX mcux SRC hwinfo driver.
|
/Zephyr-Core-3.7.0/drivers/clock_control/ |
D | clock_control_mchp_xec.c | 242 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in pll_wait_lock_periph() 246 if (girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) { in pll_wait_lock_periph() 410 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in hib_timer_delay() 416 while ((girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) == 0) { in hib_timer_delay() 424 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in hib_timer_delay() 501 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in check_32k_crystal() 520 while ((girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) == 0) { in check_32k_crystal() 540 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in check_32k_crystal()
|
/Zephyr-Core-3.7.0/soc/microchip/mec/mec172x/reg/ |
D | mec172x_espi_vw.h | 288 volatile uint32_t SRC; member 327 volatile uint32_t SRC; member
|
D | mec172x_ecia.h | 1131 volatile uint32_t SRC; member 1199 ecia->GIRQ[girq - 8u].SRC = BIT(pin); in mchp_soc_ecia_girq_src_clr() 1211 ecia->GIRQ[girq - 8u].SRC = bitmap; in mchp_soc_ecia_girq_src_clr_bitmap()
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | intc_mchp_ecia_xec.c | 104 regs->GIRQ[girq_num - MCHP_FIRST_GIRQ].SRC = BIT(src_bit_pos); in mchp_xec_ecia_girq_src_clr() 140 regs->GIRQ[girq_num - MCHP_FIRST_GIRQ].SRC = bitmap; in mchp_xec_ecia_girq_src_clr_bitmap() 480 girq->SRC = BIT(bitpos); in xec_girq_isr()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | net.c | 54 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) macro 145 if (msg_cache[--i].src == SRC(pdu->data) && in msg_cache_match() 152 if (msg_cache[--i].src == SRC(pdu->data) && in msg_cache_match() 404 .addr = SRC(buf->data), in bt_mesh_net_local() 637 rx->ctx.addr = SRC(out->data); in net_decrypt() 766 rx->ctx.addr = SRC(buf->data); in bt_mesh_net_header_parse()
|
/Zephyr-Core-3.7.0/soc/nxp/imxrt/imxrt11xx/ |
D | soc.c | 769 SRC->CTRL_M4CORE = SRC_CTRL_M4CORE_SW_RESET_MASK; in second_core_boot() 770 SRC->SCR |= SRC_SCR_BT_RELEASE_M4_MASK; in second_core_boot()
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | mchp_xec_rtos_timer.c | 118 ECIA_XEC_REGS->GIRQ[girq - 8].SRC = BIT(bitpos); in girq_src_clr()
|
/Zephyr-Core-3.7.0/drivers/espi/ |
D | espi_mchp_xec.c | 450 uint8_t *p8 = (uint8_t *)®->SRC; in espi_xec_send_vwire() 457 uint8_t *p8 = (uint8_t *)®->SRC; in espi_xec_send_vwire() 488 *level = ((reg->SRC >> (src_id << 3)) & 0x01ul); in espi_xec_receive_vwire() 493 *level = ((reg->SRC >> (src_id << 3)) & 0x01ul); in espi_xec_receive_vwire()
|
/Zephyr-Core-3.7.0/modules/ |
D | Kconfig.mcux | 225 Set if the system reset controller (SRC) module is present in the 231 Set if version 2 of the system reset controller (SRC) module is
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.5.rst | 161 * Removed ``CONFIG_BT_PACS_{SNK,SRC}_CONTEXT``
|