/lk-master/external/lib/lwip/netif/ppp/ |
A D | md5.c | 136 u32_t in[16]; in MD5Update() local 157 mdContext->in[mdi++] = *inBuf++; in MD5Update() 162 in[i] = (((u32_t)mdContext->in[ii+3]) << 24) | in MD5Update() 167 Transform (mdContext->buf, in); in MD5Update() 179 u32_t in[16]; in MD5Final() local 185 in[14] = mdContext->i[0]; in MD5Final() 186 in[15] = mdContext->i[1]; in MD5Final() 197 in[i] = (((u32_t)mdContext->in[ii+3]) << 24) | in MD5Final() 200 ((u32_t)mdContext->in[ii]); in MD5Final() 202 Transform (mdContext->buf, in); in MD5Final() [all …]
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 22 - Corrected return types in the CCM HAL. 24 - Removed usage of the NRF_UICR symbol on non-secure targets in address validity checks in the NVMC… 26 - Fixed unused parameters in the PPI HAL. 31 …in development for nRF52820. LEDs and buttons in this DK use GPIOs that are not present in the act… 63 - Added support for USBD in nRF5340. 81 - Improved sampling procedure in the advanced blocking mode in the SAADC driver. 181 - Improved C++ support in drivers. Now fields in structures are filled up in the correct order. 294 - Fixed logging in the PPI driver. 316 - Corrected assertions in the TIMER driver to make it usable in debug version with PPI. 323 - Fixed time-out in the SAADC driver in abort function. [all …]
|
/lk-master/lib/tga/ |
A D | tga.c | 56 const uint8_t *in = (const uint8_t *)input; in decode_2byte() local 61 b = (in[0] & 0x1f) << 3; in decode_2byte() 62 g = (((in[0] >> 5) & 0x7) | ((in[1] & 0x3) << 3)) << 3; in decode_2byte() 63 r = ((in[1] >> 2) & 0x1f) << 3; in decode_2byte() 69 const uint8_t *in = (const uint8_t *)input; in decode_3byte() local 73 gfx_putpixel(surface, x, y, 0xff000000 | in[2] << 16 | in[1] << 8 | in[0]); in decode_3byte() 77 const uint8_t *in = (const uint8_t *)input; in decode_4byte() local 81 if (in[3] == 0) in decode_4byte() 84 gfx_putpixel(surface, x, y, in[3] << 24 | in[2] << 16 | in[1] << 8 | in[0]); in decode_4byte()
|
/lk-master/external/platform/nrfx/doc/ |
A D | main_page.dox | 4 nrfx is a standalone set of drivers for peripherals present in Nordic 6 The intention was to provide drivers that can be used in various environments 18 drivers in various environments, from RTOSes to bare metal applications. 22 macros with proper implementations (or keeping some empty if desired) in files 28 in the <a href="../../templates/">templates</a> subfolder. Their customized 29 versions can be placed in any location within the host environment that the 42 The IRQ handlers in all drivers are implemented as ordinary API functions 53 functions so that the linker could install them in the vector table. 65 compilation) particular drivers or in some cases their specific features, 68 in a file named: [all …]
|
/lk-master/dev/keys/ |
A D | gpio_keypad.c | 57 int in; in check_output() local 62 for (in = 0; in < kpinfo->ninputs; in++, key_index++) { in check_output() 63 gpio = kpinfo->input_gpios[in]; in check_output() 130 for (in = 0; in < kpinfo->ninputs; in++) in gpio_keypad_timer_func() 131 enable_irq(gpio_to_irq(kpinfo->input_gpios[in])); in gpio_keypad_timer_func()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/ |
A D | readme.dox | 2 * @brief SPI bus master example in interrupt mode 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure SPI as a bus master in interrupt mode.<br> 38 …* using interrupt mode. The SPI is configured to be in loop back mode and the received data is com… 40 * In case of any error or mismatch in received and transmitted data, LED 0 will stay On.<br>
|
/lk-master/platform/lpc43xx/ |
A D | udc.c | 79 uint8_t in; member 98 ept->in = !!in; in _udc_endpoint_alloc() 105 if (ept->in) { in _udc_endpoint_alloc() 114 ept->head = usb->qh + (num * 2) + (ept->in); in _udc_endpoint_alloc() 128 unsigned in = !!(type & 0x80); in udc_endpoint_alloc() local 166 n |= ept->in ? EPCTRL_TXR : EPCTRL_RXR; in endpoint_reset() 174 if (ept->in) { in endpoint_enable() 412 unsigned in = !!(s.index & 0x80); in handle_setup() local 417 DBG("clr feat %d %d\n", num, in); in handle_setup() 419 if ((ept->num == num) && (ept->in == in)) { in handle_setup() [all …]
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure SPI as a bus master in polling mode.<br> 38 …* using polling mode. The SPI is configured to be in loop back mode and the received data is compa… 40 * In case of any error or mismatch in received and transmitted data, LED 0 will stay On.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/ |
A D | readme.dox | 2 * @brief I2C bus slave example using the ROM API in polling mode 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure I2C as a bus slave in polling mode using 39 * used in the example. After I2C is setup, the I2C receive and transmit functions 40 * are called through the built-in ROM routines.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure I2C as a bus master in polling mode using 39 * used in the example. After I2C is setup, the I2C master receive and transmit 40 * functions are called through the built-in ROM routines.
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure SPI as a bus master in polling mode using 39 …* using polling mode. The SPI is configured to be in loop back mode and the received data is compa… 41 * In case of any error or mismatch in received and transmitted data, LED 0 will stay On.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure I2C as a bus master in interrupt mode using 39 * used in the example. After I2C is setup, the I2C master receive and transmit 40 * functions are called through the built-in ROM routines.
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure SPI as a bus master in interrupt mode using 39 …* using interrupt mode. The SPI is configured to be in loop back mode and the received data is com… 41 * In case of any error or mismatch in received and transmitted data, LED 0 will stay On.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * This example shows how to configure I2C as a bus slave in interrupt mode using 39 * used in the example. After I2C is setup, the I2C receive and transmit functions 40 * are called through the built-in ROM routines.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_blinky/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 35 * The blinky example flashes an LED in a periodic rate.<br>
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 104 @ IEEE double in ra:rb -> 106 @ exponent in re 107 @ sign in rs 130 @ IEEE double in ra:rb -> 132 @ exponent in re 211 @ here unnormalised signed result (possibly 0) is in r0:r1 with exponent r12, rounding + sticky bit… 362 @ can have rt3==rx, in which case rx trashed 363 @ can have rt4==ry, in which case ry trashed 429 @ in table below ¯ means signed variable 1132 @ in vectoring mode (but perhaps one could work to single precision in [all …]
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_systick/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 36 * timer and SYSTICK clock divider. The LED state is toggled in the systick 42 * to 1, 453 interrupts occur in a 30-second interval. If the SYSTICK clock divider is set 49 * rate could not be changed or the SYSTICK timer clock disabled as described in the UM.
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 38 * reset in the interrupt handler.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pinint/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 40 * The application will spin in a loop. With every pin interrupt the
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 40 * Pressing the joystick in causes a left mouse click to happening over USB.
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 38 * comments in the code for mapped pins for supported boards.<br>
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 40 * When connected to Windows host use the .inf included in the project
|
/lk-master/external/platform/stm32f0xx/CMSIS/ |
A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 5 …ents the functionality of the application programming interface as defined in the CMSIS-DAP Specif… 15 “Separate Files” means the components identified in the Schedule.. 29 … Target Connection Products and Firmware, developed under the licences granted in this Clause 1.2. 39 …rectly or through your customers and authorised distributors) the RDDI DLL in object code form onl… 56 …in the term “Deliverables” under this Licence. You agree to comply with all terms and conditions i… 60 …er of this commercial product and accompanying documentation is restricted in accordance with the … 62 8.1 This Licence shall remain in force until terminated in accordance with the terms of Clause 8.2 … 63 8.2 Without prejudice to any of its other rights if you are in breach of any of the terms and condi… 65 …all stop using the Deliverables and destroy all copies of the Deliverables in your possession. The… 67 …in a written contract signed by you and ARM, this is the only agreement between you and ARM relati… [all …]
|
/lk-master/external/platform/nrfx/mdk/ |
A D | iar_startup_nrf51.s | 6 ; not use this file except in compliance with the License. 11 ; Unless required by applicable law or agreed to in writing, software 19 ; The modules in this file are included in the libraries, and may be replaced 22 ; To override the cstartup defined in the library, simply add your modified 26 ; When debugging in RAM, it can be located in RAM, aligned to at least 2^6. 49 ;; Stack size default : Defined in *.icf (linker file). Can be modified inside EW. 50 ;; Heap size default : Defined in *.icf (linker file). Can be modified inside EW. 127 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
A D | readme.dox | 17 * patent, copyright, mask work right, or any other intellectual property rights in 19 * in the software without notification. NXP Semiconductors also makes no 26 * licensor's relevant copyrights in the software, without fee, provided that it 27 * is used in conjunction with NXP Semiconductors microcontrollers. This 28 * copyright, permission, and disclaimer notice must appear in all copies of 36 * The example supports 1 byte report and loops back the data received in
|