| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | stm32f4xx_syscfg.c | 261 SYSCFG->MCHDLYCR = (tmp|source); in DFSDM_BitstreamClock_SourceSelection() 316 if((source == DFSDM2_CKIN_PAD) || (source == DFSDM2_CKIN_DM)) in DFSDM_ClockIn_SourceSelection() 325 SYSCFG->MCHDLYCR |= (source|tmp); in DFSDM_ClockIn_SourceSelection() 342 if((source == DFSDM2_CKOUT_DFSDM2) || (source == DFSDM2_CKOUT_M27)) in DFSDM_ClockOut_SourceSelection() 351 SYSCFG->MCHDLYCR |= (source|tmp); in DFSDM_ClockOut_SourceSelection() 368 if((source == DATAIN0_DFSDM2_PAD)|| (source == DATAIN0_DFSDM2_DATAIN1)) in DFSDM_DataIn0_SourceSelection() 393 if((source == DATAIN2_DFSDM2_PAD)|| (source == DATAIN2_DFSDM2_DATAIN3)) in DFSDM_DataIn2_SourceSelection() 451 if ((source == DFSDM1_CLKIN0_TIM4OC2) || (source == DFSDM1_CLKIN2_TIM4OC2)) in DFSDM1_BitStreamClk_Config() 481 if ((source == DFSDM2_CLKIN0_TIM3OC4) || (source == DFSDM2_CLKIN4_TIM3OC4)) in DFSDM2_BitStreamClk_Config() 485 else if ((source == DFSDM2_CLKIN1_TIM3OC3) || (source == DFSDM2_CLKIN5_TIM3OC3)) in DFSDM2_BitStreamClk_Config() [all …]
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
| A D | stm32f4xx_syscfg.h | 317 void DFSDM_BitstreamClock_SourceSelection(uint32_t source); 320 void DFSDM_ClockIn_SourceSelection(uint32_t source); 321 void DFSDM_ClockOut_SourceSelection(uint32_t source); 322 void DFSDM_DataIn0_SourceSelection(uint32_t source); 323 void DFSDM_DataIn2_SourceSelection(uint32_t source); 324 void DFSDM_DataIn4_SourceSelection(uint32_t source); 325 void DFSDM_DataIn6_SourceSelection(uint32_t source); 326 void DFSDM1_BitStreamClk_Config(uint32_t source); 327 void DFSDM2_BitStreamClk_Config(uint32_t source);
|
| /external/platform/cc13xx/cc13xxware/ |
| A D | README | 4 and their contents removed (leaving only the source code). 13 The code is provided in source code and is licensed under a TI BSD open 14 source software license."
|
| /external/platform/nrfx/hal/ |
| A D | nrf_clock.h | 403 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source); 482 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source); 615 nrf_clock_hfclk_t source); 840 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source) in nrf_clock_lf_src_set() argument 842 p_reg->LFCLKSRC = (uint32_t)(source); in nrf_clock_lf_src_set() 876 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hf_src_set() argument 878 p_reg->HFCLKSRC = (uint32_t)(source); in nrf_clock_hf_src_set() 950 NRF_STATIC_INLINE void nrf_clock_hfclk192m_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hfclk192m_src_set() argument 952 p_reg->HFCLK192MSRC = (uint32_t)(source); in nrf_clock_hfclk192m_src_set()
|
| /external/platform/pico/rp2_common/hardware_pio/include/hardware/ |
| A D | pio.h | 707 static inline void pio_set_irq0_source_enabled(PIO pio, enum pio_interrupt_source source, bool enab… in pio_set_irq0_source_enabled() argument 709 invalid_params_if(PIO, source >= 12); in pio_set_irq0_source_enabled() 711 hw_set_bits(&pio->inte0, 1u << source); in pio_set_irq0_source_enabled() 713 hw_clear_bits(&pio->inte0, 1u << source); in pio_set_irq0_source_enabled() 723 static inline void pio_set_irq1_source_enabled(PIO pio, enum pio_interrupt_source source, bool enab… in pio_set_irq1_source_enabled() argument 725 invalid_params_if(PIO, source >= 12); in pio_set_irq1_source_enabled() 727 hw_set_bits(&pio->inte1, 1u << source); in pio_set_irq1_source_enabled() 729 hw_clear_bits(&pio->inte1, 1u << source); in pio_set_irq1_source_enabled() 774 …_set_irqn_source_enabled(PIO pio, uint irq_index, enum pio_interrupt_source source, bool enabled) { in pio_set_irqn_source_enabled() argument 777 pio_set_irq1_source_enabled(pio, source, enabled); in pio_set_irqn_source_enabled() [all …]
|
| /external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/ |
| A D | dma_rom_uart.c | 163 dma_task_cfg.src = dmaTXDesc[nextTXDesc].source; in dmaTXDone() 206 dmaTXDesc[countTXDescUsed].source = (uint32_t) (data + bytes - 1); /* Last address here */ in dmaTXSend() 232 dma_task_cfg.src = dmaTXDesc[countTXDescUsed].source; in dmaTXSend()
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | TI-BSD-EULA.txt | 3 Redistribution and use in source and binary forms, with or without 7 Redistributions of source code must retain the original copyright
|
| A D | makedefs | 8 # Redistribution and use in source and binary forms, with or without 12 # Redistributions of source code must retain the above copyright 183 # The rule for building the object file from each C source file. 198 # The rule for building the object file from each assembly source file.
|
| A D | MANIFEST.TXT | 56 open source Software listed in this Manifest that was not "Obtained from" TI. 57 Any open source license specified in this Manifest for Software that was not 59 a representation or warranty regarding the proper open source license terms for 211 Obtained From: http://www.ifarchive.org/if-archive/games/source/inform/Advent.inf
|
| /external/platform/nrfx/ |
| A D | LICENSE | 4 Redistribution and use in source and binary forms, with or without 7 1. Redistributions of source code must retain the above copyright notice, this
|
| A D | README.md | 45 You can also generate documentation yourself from the source code. To do it, install doxygen
|
| /external/platform/pico/ |
| A D | LICENSE.TXT | 3 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 6 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
| /external/platform/stellaris/ti-driverlib/driverlib/ |
| A D | readme.txt | 8 Redistribution and use in source and binary forms, with or without 12 Redistributions of source code must retain the above copyright
|
| /external/ |
| A D | README | 3 This directory contains source modules that are composed of
|
| /external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
| A D | dma_uart.c | 155 dmaTXDesc[countTXDescUsed].source = DMA_ADDR(data + bytes - 1); /* Last address here */ in dmaTXSend() 208 dmaRXDesc[i].source = DMA_ADDR(&LPC_USART0->RXDATA) + 0; /* Byte aligned */ in dmaRXQueue()
|
| /external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
| A D | stm32f0xx_hal_timebase_rtc_wakeup_template.c | 145 #error Please select the RTC Clock source in HAL_InitTick()
|
| A D | stm32f0xx_hal_timebase_rtc_alarm_template.c | 138 #error Please select the RTC Clock source in HAL_InitTick()
|
| /external/lib/lwip/netif/ |
| A D | FILES | 29 the source code has been reordered a bit.
|
| /external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/ |
| A D | dma_mem.c | 188 dmaDesc.source = DMA_ADDR(&src[SIZE_BUFFERS - 1]) + 3; in main()
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 70 # option can be useful when feeding doxygen a huge amount of source files, where 786 # documented source files. You may enter file names like myfile.cpp or 813 # *.h) to filter out the source-files in the directories. 835 # excluded from the INPUT source files. This way you can easily exclude a 953 # Configuration options related to source browsing 1010 # source browser. The htags tool is part of GNU's global source tagging system 1017 # - Make sure the INPUT points to the root of the source tree 1024 # source code will now point to the output of htags. 1751 # other source files which should be copied to the LATEX_OUTPUT output 2042 # in the source code. If set to NO, only conditional compilation will be [all …]
|
| /external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
| A D | readme.dox | 36 * clock source on the CLKOUT pin. To use this example, you'll need to
|
| /external/platform/lpc15xx/lpcopen/periph_freqmeas/example/ |
| A D | readme.dox | 39 * The frequency measurement capability can measure target source frequencies
|
| /external/platform/lpc15xx/lpcopen/periph_adc/example/ |
| A D | readme.dox | 49 * analog source.<br>
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/ |
| A D | LICENSE.txt | 27 including but not limited to software source code, documentation 28 source, and configuration files. 56 communication on electronic mailing lists, source code control systems,
|
| /external/platform/lpc15xx/lpcopen/periph_adc_rom/example/ |
| A D | readme.dox | 49 * analog source.<br>
|