/lk-master/platform/stm32f0xx/ |
A D | can.c | 35 stm32_can_t *can = CAN; in stm32_CEC_CAN_IRQ() local 81 uint32_t tsr = can->TSR; in stm32_can_select_empty_mailbox() 126 stm32_can_t *can = CAN; in stm32_can_filter_set_mask32() local 130 can->FMR |= CAN_FMR_FINIT; in stm32_can_filter_set_mask32() 136 can->FS1R |= filter_mask; in stm32_can_filter_set_mask32() 148 can->FA1R |= filter_mask; in stm32_can_filter_set_mask32() 155 stm32_can_t *can = CAN; in can_init() local 165 can->MCR = CAN_MCR_INRQ; in can_init() 170 can->BTR = in can_init() 189 stm32_can_t *can = CAN; in can_send() local [all …]
|
A D | rules.mk | 33 $(LOCAL_DIR)/can.c \
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 12 # For lists, items can also be appended using: 373 # subgrouping. Alternatively, this can be done per class using the 1002 # can opt to disable this feature. 1270 # (such as a company or product suite) can be grouped. 1624 # SEARCHDATA_FILE tag the name of this file can be specified. 1732 # special commands can be used inside the footer. 1811 # to NO can help when comparing the output of multiple runs. 1959 # that can be used to generate PDF. 2261 # the path where dot can find it using this tag. 2404 # The DOT_PATH tag can be used to specify the path where the dot tool can be [all …]
|
A D | main_page.dox | 6 The intention was to provide drivers that can be used in various environments 29 versions can be placed in any location within the host environment that the 30 used compiler can access via include paths. 43 named "nrfx_*_irq_handler". They can be bound to some structures or called in 72 This file, similarly to the integration files mentioned above, can be placed 82 Nordic SoCs are based on ARM® Cortex™-M series processors. Before you can
|
/lk-master/external/platform/nrfx/ |
A D | README.md | 7 The intention was to provide drivers that can be used in various environments 45 You can also generate documentation yourself from the source code. To do it, install doxygen
|
A D | CHANGELOG.md | 113 - Changed the way of configuring the MISO pin pull setting in SPI and SPIM drivers. Now it can be s… 134 - Added the nrfx_gppi helper layer to facilitate developing generic code that can utilize PPI or DP… 149 …hat duplicates the functionality of the built-in offsetof() mechanism, but can be used without iss… 177 - Reworked HAL for NVMC. Now it can be used for all SoCs supported by nrfx. 179 - Improved documentation. Now it is more precise and can be generated without warnings with newer v… 279 - Fixed the TXRX transfers in the TWIM driver. They can now be started after transfers that are not…
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 362 @ can have rt3==rx, in which case rx trashed 363 @ can have rt4==ry, in which case ry trashed 364 @ can have rzl==rx 365 @ can have rzh==ry 366 @ can have rzl,rzh==rt3,rt4 431 @ can have rt3==rx, in which case rx trashed 432 @ can have rt4==ry, in which case ry trashed 433 @ can have rzl==rx 434 @ can have rzh==ry 435 @ can have rzl,rzh==rt3,rt4 [all …]
|
/lk-master/docs/ |
A D | todo.md | 8 + riscv - exception decode can be a negation test (top bit set)
|
/lk-master/arch/arm64/ |
A D | mp.c | 22 #error need other implementation of interrupt controller that can ipi
|
/lk-master/external/platform/pico/rp2_common/hardware_divider/ |
A D | divider.S | 57 # wait for results as we can't save signed-ness of operation
|
/lk-master/arch/arm/arm/ |
A D | mp.c | 22 #error need other implementation of interrupt controller that can ipi
|
/lk-master/lib/libcpp/include/ |
A D | new | 5 // license that can be found in the LICENSE file or at
|
A D | initializer_list | 2 // Use of this source code is governed by a BSD-style license that can be
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | rules.mk | 12 $(LOCAL_DIR)/driverlib/can.c \
|
/lk-master/external/lib/lwip/netif/ |
A D | FILES | 14 file can be used as a "skeleton" for developing new Ethernet
|
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/ |
A D | Makefile.driverlib-cm3 | 72 ${COMPILER}-cm3/libdriver-cm3.a: ${COMPILER}-cm3/can.o
|
A D | Makefile.driverlib-cm4f | 72 ${COMPILER}-cm4f/libdriver-cm4f.a: ${COMPILER}-cm4f/can.o
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_aeabi.S | 108 # note fadd, fsub, fmul, fdiv are so tiny and just defer to rom so are lumped together so they can … 248 bmi 2f @ opposite signs? then can proceed on basis of sign of x 374 … tripped carry? then have leading 1 in C as required (and result is even so can ignore sticky bits)
|
A D | float_v1_rom_shim.S | 70 bpl 3f @ positive? we can use signed code 220 @ result clamped so that r3 can only be 0 or -1
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/ |
A D | readme.dox | 39 * The frequency measurement capability can measure target source frequencies
|
/lk-master/arch/mips/ |
A D | mips.ld | 158 can access them all, and initialized data all before uninitialized, so 159 we can shorten the on-disk segment size. */
|
/lk-master/external/platform/nrfx/mdk/ |
A D | nrf51_common.ld | 27 * It defines following symbols, which code can use without definition:
|
A D | nrf_common.ld | 25 * It defines following symbols, which code can use without definition:
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/ |
A D | readme.dox | 50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/ |
A D | readme.dox | 45 * Windows USB driver package. You can get this package on the LPCOpen download
|