Home
last modified time | relevance | path

Searched refs:configure (Results 151 – 175 of 782) sorted by relevance

12345678910>>...32

/Zephyr-latest/boards/arduino/nicla_vision/support/
Dopenocd_arduino_nicla_vision_m7.cfg12 $_CHIPNAME.cpu0 configure -event gdb-attach {
17 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32h747i_disco/support/
Dopenocd_stm32h747i_disco_m7.cfg12 $_CHIPNAME.cpu0 configure -event gdb-attach {
17 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dsamr34_xpro.overlay12 /* configure DMA channels for async operation */
33 /* configure DMA channels for async operation */
/Zephyr-latest/boards/alientek/pandora_stm32l475/support/
Dopenocd.cfg16 $_TARGETNAME configure -event gdb-attach {
22 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/arduino/giga_r1/support/
Dopenocd_arduino_giga_r1_m7.cfg12 $_CHIPNAME.cpu0 configure -event gdb-attach {
17 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32h735g_disco/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32h750b_dk/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l053r8/support/
Dopenocd.cfg18 $_TARGETNAME configure -event gdb-attach {
24 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l073rz/support/
Dopenocd.cfg18 $_TARGETNAME configure -event gdb-attach {
24 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_h745zi_q/support/
Dopenocd.cfg13 $_CHIPNAME.cpu0 configure -event gdb-attach {
18 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32h745i_disco/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/modules/openthread/platform/
Dradio.c378 radio_api->configure(radio_dev, IEEE802154_CONFIG_EVENT_HANDLER, &cfg); in platformRadioInit()
834 result = radio_api->configure(radio_dev, IEEE802154_CONFIG_RX_SLOT, in otPlatRadioReceiveAt()
1033 radio_api->configure(radio_dev, IEEE802154_CONFIG_RX_ON_WHEN_IDLE, &config); in otPlatRadioSetRxOnWhenIdle()
1060 radio_api->configure(radio_dev, IEEE802154_CONFIG_PROMISCUOUS, &config); in otPlatRadioSetPromiscuous()
1119 (void)radio_api->configure(radio_dev, IEEE802154_CONFIG_AUTO_ACK_FPB, in otPlatRadioEnableSrcMatch()
1137 if (radio_api->configure(radio_dev, IEEE802154_CONFIG_ACK_FPB, in otPlatRadioAddSrcMatchShortEntry()
1156 if (radio_api->configure(radio_dev, IEEE802154_CONFIG_ACK_FPB, in otPlatRadioAddSrcMatchExtEntry()
1178 if (radio_api->configure(radio_dev, IEEE802154_CONFIG_ACK_FPB, in otPlatRadioClearSrcMatchShortEntry()
1197 if (radio_api->configure(radio_dev, IEEE802154_CONFIG_ACK_FPB, in otPlatRadioClearSrcMatchExtEntry()
1215 (void)radio_api->configure(radio_dev, IEEE802154_CONFIG_ACK_FPB, in otPlatRadioClearSrcMatchShortEntries()
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sim3u1xx_dk/support/
Dopenocd.cfg15 $_TARGETNAME configure -event gdb-attach {
21 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/b_u585i_iot02a/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/gardena/sgrm/support/
Dopenocd.cfg15 $_TARGETNAME configure -event gdb-attach {
21 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/steval_stwinbx1/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/sensortile_box_pro/support/
Dopenocd.cfg35 $_TARGETNAME configure -event gdb-attach {
41 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_h755zi_q/support/
Dopenocd.cfg14 $_CHIPNAME.cpu0 configure -event gdb-attach {
19 $_CHIPNAME.cpu0 configure -event gdb-detach {
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h109 clock_control_configure_fn configure; member
299 if (api->configure == NULL) { in clock_control_configure()
303 return api->configure(dev, sys, data); in clock_control_configure()
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg25 $_CHIPNAME.cpu0 configure -event gdb-attach {
30 $_CHIPNAME.cpu0 configure -event gdb-detach {

12345678910>>...32