| /external/platform/nrfx/doc/buildfiles/ |
| A D | extra_stylesheet.css | 50 table.memberdecls, table.directory, table.memname { 62 table.memberdecls tr:hover td, table.memname tr:hover td { 66 table.directory tr.even, table.directory tr.odd { 70 table.memberdecls td, table.directory td, table.directory td.desc { 96 table.memname td, table.params td, table.retval td { 106 table.fieldtable, table.params, table.retval { 117 table.blank, table.blank tr th, table.blank tr td { 282 table { selector 295 table th { 314 table tr { [all …]
|
| /external/platform/pico/rp2_common/pico_bootrom/ |
| A D | bootrom.c | 22 bool rom_funcs_lookup(uint32_t *table, unsigned int count) { in rom_funcs_lookup() argument 25 table[i] = (uintptr_t) rom_func_lookup(table[i]); in rom_funcs_lookup() 26 if (!table[i]) ok = false; in rom_funcs_lookup()
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | mpu_armv8.h | 304 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uin… in ARM_MPU_LoadEx() argument 309 ARM_MPU_OrderedMemcpy(&(mpu->RBAR), &(table->RBAR), rowWordSize); in ARM_MPU_LoadEx() 317 ARM_MPU_OrderedMemcpy(&(mpu->RBAR)+(rnrOffset*2U), &(table->RBAR), c*rowWordSize); in ARM_MPU_LoadEx() 318 table += c; in ARM_MPU_LoadEx() 325 ARM_MPU_OrderedMemcpy(&(mpu->RBAR)+(rnrOffset*2U), &(table->RBAR), cnt*rowWordSize); in ARM_MPU_LoadEx() 334 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load() argument 336 ARM_MPU_LoadEx(MPU, rnr, table, cnt); in ARM_MPU_Load() 345 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS() argument 347 ARM_MPU_LoadEx(MPU_NS, rnr, table, cnt); in ARM_MPU_Load_NS()
|
| A D | mpu_armv7.h | 264 __STATIC_INLINE void ARM_MPU_Load(ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load() argument 268 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize); in ARM_MPU_Load() 269 table += MPU_TYPE_RALIASES; in ARM_MPU_Load() 272 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), cnt*rowWordSize); in ARM_MPU_Load()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
| A D | mpu_armv7.h | 264 __STATIC_INLINE void ARM_MPU_Load(ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load() argument 268 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize); in ARM_MPU_Load() 269 table += MPU_TYPE_RALIASES; in ARM_MPU_Load() 272 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), cnt*rowWordSize); in ARM_MPU_Load()
|
| /external/platform/pico/rp2_common/pico_bootrom/include/pico/ |
| A D | bootrom.h | 113 bool rom_funcs_lookup(uint32_t *table, unsigned int count); 117 typedef void *(*rom_table_lookup_fn)(uint16_t *table, uint32_t code);
|
| /external/lib/cksum/ |
| A D | crc32.c | 168 local void write_table(out, table) in write_table() argument 170 const z_crc_t FAR *table; 176 (unsigned long)(table[n]),
|
| /external/platform/nrfx/mdk/ |
| A D | iar_startup_nrf51.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52805.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf5340_network.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52811.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52820.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52810.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52833.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf52840.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf5340_application.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| A D | iar_startup_nrf9160.s | 25 ; The vector table is normally located at address 0. 29 ; table register (VTOR) is initialized to this address if != 0.
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_no_flash.ld | 36 entry (ELF entry point), are *first* in the image, and the vector table
|
| A D | memmap_copy_to_ram.ld | 98 /* Vector table goes first in RAM, to avoid large alignment hole */
|
| /external/platform/nrfx/doc/ |
| A D | main_page.dox | 53 functions so that the linker could install them in the vector table.
|
| A D | nrfx.doxyfile | 305 # to that level are automatically included in the table of contents, even if 1308 # HTML files also contain an index, a table of contents, and you can search for 1344 # The BINARY_TOC flag controls whether a binary table of contents is generated 1345 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it 1353 # the table of contents of the HTML help documentation and to the tree view.
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | MANIFEST.TXT | 5 Legend (explanation of the fields in the Manifest table below)
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 427 @ in table below ¯ means signed variable
|