Home
last modified time | relevance | path

Searched full:pre (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if_internal.h16 #define FUNCT(i, pre, post) \ argument
17 pre##i##post
19 #define FUNCT_LIST(pre, post, sep) \ argument
20 FUNCT(0, pre, post) NSI_DEBRACKET sep \
21 FUNCT(1, pre, post) NSI_DEBRACKET sep \
22 FUNCT(2, pre, post) NSI_DEBRACKET sep \
23 FUNCT(3, pre, post) NSI_DEBRACKET sep \
24 FUNCT(4, pre, post) NSI_DEBRACKET sep \
25 FUNCT(5, pre, post) NSI_DEBRACKET sep \
26 FUNCT(6, pre, post) NSI_DEBRACKET sep \
[all …]
/Zephyr-latest/soc/nxp/imx/imx7d/
Dsoc_clk_freq.c16 uint32_t pre, post; in get_pwm_clock_freq() local
21 CCM_GetRootDivider(CCM, ccmRootPwm1, &pre, &post); in get_pwm_clock_freq()
25 CCM_GetRootDivider(CCM, ccmRootPwm2, &pre, &post); in get_pwm_clock_freq()
29 CCM_GetRootDivider(CCM, ccmRootPwm3, &pre, &post); in get_pwm_clock_freq()
33 CCM_GetRootDivider(CCM, ccmRootPwm4, &pre, &post); in get_pwm_clock_freq()
50 return hz / (pre + 1) / (post + 1); in get_pwm_clock_freq()
/Zephyr-latest/boards/sipeed/longan_nano/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find target/gd32vf103.cfg]")
6 board_runner_args(openocd "--cmd-pre-load=gd32vf103-pre-load")
/Zephyr-latest/boards/pimoroni/pico_plus2/
Dboard.cmake3 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
4 board_runner_args(openocd --cmd-pre-init "source [find target/rp2350.cfg]")
9 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 5000")
/Zephyr-latest/drivers/watchdog/
Dwdt_ite_it8xxx2.c81 /* disable pre-warning timer1 interrupt */ in wdt_it8xxx2_setup()
99 /* pre-warning timer1 is 16-bit counter down timer */ in wdt_it8xxx2_setup()
103 /* clear pre-warning timer1 interrupt status */ in wdt_it8xxx2_setup()
106 /* enable pre-warning timer1 interrupt */ in wdt_it8xxx2_setup()
136 * reload the WDT and pre-warning timer1 counter
151 /* reset pre-warning timer1 */ in wdt_it8xxx2_feed()
157 /* reset pre-warning timer1 to default if time is touched */ in wdt_it8xxx2_feed()
161 /* pre-warning timer1 is 16-bit counter down timer */ in wdt_it8xxx2_feed()
189 /* disable pre-warning timer1 interrupt */ in wdt_it8xxx2_disable()
206 /* clear pre-warning timer1 interrupt status */ in wdt_it8xxx2_isr()
[all …]
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Dboard.cmake7 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
8 board_runner_args(openocd --cmd-pre-init "source [find target/rp2350.cfg]")
13 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 5000")
/Zephyr-latest/boards/wiznet/w5500_evb_pico2/
Dboard.cmake7 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
8 board_runner_args(openocd --cmd-pre-init "source [find target/rp2350.cfg]")
13 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 5000")
/Zephyr-latest/dts/bindings/usb/
Dsnps,dwc2.yaml39 types during driver pre-initialization.
46 types during driver pre-initialization.
53 types during driver pre-initialization.
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Dboard.cmake20 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
21 board_runner_args(openocd --cmd-pre-init "transport select swd")
22 board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]")
26 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 2000")
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dboard.cmake20 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
21 board_runner_args(openocd --cmd-pre-init "transport select swd")
22 board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]")
26 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 2000")
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,cat1-pinctrl.yaml32 Infineon CAT1 SoC's devicetree includes a set of pre-defined pin control
41 An example of pre-defined pin control from package dtsi (e.g. psoc6_02.124-bga.dtsi):
48 Refer to psoc6_02.124-bga.dtsi for the list of all pre-defined pin control nodes.
50 NOTE1 Pre-defined pin control nodes use macro DT_CAT1_PINMUX to
63 NOTE2 Pre-defined pin control nodes do not have bias pin configuration.
84 An example of the usage of pre-defined pin control nodes in your board's DTS file:
Dinfineon,xmc4xxx-pinctrl.yaml20 and &uart_rx_p0_0_u1c1. These nodes are pre-defined and their naming convention is designed
24 The pre-defined nodes only set the alternate function of the output pin. The
44 this purpose. There are no pre-defined nodes for the input mux and this must be properly set
105 description: Pre-assigns hardware control of the pin to a certain peripheral.
/Zephyr-latest/dts/bindings/sensor/
Dite,it8xxx2-vcmp.yaml28 pre-defined values.
37 pre-defined values.
45 pre-defined values.
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dboard.cmake23 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
24 board_runner_args(openocd --cmd-pre-init "transport select swd")
25 board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]")
29 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 2000")
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py77 '--', '--cmd-pre-init', 'hla_serial p_id'
90 '--', '--cmd-pre-init', 'cmsis_dap_serial p_id'
127 '--runner', 'openocd', '--', '--cmd-pre-init', 'hla_serial p_id'
148 '--cmd-pre-init', 'adapter serial FT1LRSRD',
149 '--cmd-pre-init', 'source [find interface/ftdi/jtag-lock-pick_tiny_2.cfg]',
150 '--cmd-pre-init', 'transport select swd',
151 '--cmd-pre-init', 'source [find target/nrf52.cfg]',
152 '--cmd-pre-init', 'adapter speed 10000',
160 '--cmd-pre-init', 'adapter serial FT1LRSRD',
161 '--cmd-pre-init', 'source [find interface/ftdi/jtag-lock-pick_tiny_2.cfg]',
[all …]
/Zephyr-latest/boards/common/
Dopenocd-adi-max32.boards.cmake35 board_runner_args(openocd --cmd-pre-init "source [find interface/${MAX32_INTERFACE_CFG}]")
36 board_runner_args(openocd --cmd-pre-init "source [find target/${MAX32_TARGET_CFG}]")
40 board_runner_args(openocd --cmd-pre-init "allow_low_pwr_dbg")
/Zephyr-latest/boards/mikroe/clicker_2/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/jlink.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/stm32f4x.cfg]")
/Zephyr-latest/drivers/virtualization/
DKconfig36 int "How many notification vectors should be pre-allocated?"
40 MSI-X vector holders must be pre-allocated. One can pre-allocate
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_ppi_resources.h9 /* PPI channel 20 is pre-programmed with the following fixed settings:
14 /* PPI channel 21 is pre-programmed with the following fixed settings:
20 /* PPI channel 26 is pre-programmed with the following fixed settings:
26 /* PPI channel 22 is pre-programmed with the following fixed settings:
32 /* PPI channel 27 is pre-programmed with the following fixed settings:
61 * PPI channel 25 is pre-programmed with the following fixed settings:
70 * PPI channel 23 is pre-programmed with the following fixed settings:
/Zephyr-latest/dts/bindings/i2s/
Dnxp,mcux-i2s.yaml38 pre-div:
40 description: pre divider
/Zephyr-latest/dts/bindings/i2c/
Dst,stm32-i2c-v2.yaml26 An optional table of pre-computed i2c timing values with the
29 Precise timings values for a given Hardware can be pre-computed
/Zephyr-latest/drivers/ethernet/
DKconfig.xmc4xxx34 data fragment and its size. The data fragments are pre-allocated from the rx
37 in the descriptors are replaced by new pre-allocated buffers.
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_config.h39 /*!< Max Limit for the pre range peak rate during offset
46 * Check applies to pre-range, mm1 and mm2 ranges
/Zephyr-latest/doc/develop/api/
Dterminology.rst7 allowed calling context (thread, ISR, pre-kernel), the effect of a call
91 pre-kernel contexts if and only if invoked in **no-wait** mode.
119 pre-kernel contexts only when the parameter selects the no-wait path.
146 pre-kernel-ok
149 The pre-kernel-ok attribute is used on a function to indicate that it
161 Generally a function that is **pre-kernel-ok** checks
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig87 bool "Using a pre-defined fatal handler and hook function"
89 Use the pre-defined common fatal error handler and a post hook to
95 bool "Using a pre-defined assert handler and hook function"
97 Use the pre-defined common assert fail handler and a post hook to
142 and all the board initialization code and pre-test bootstrap is not counted.

12345678910>>...21