1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-19 21:44:57 +01:00
hekate/bdk/soc
CTCaer b674624ad0 bdk: timer: add instruction sleep
usage:
`isleep(ILOOP(instructions))`

Each loop is 3 cycles, or approximately 7.35ns on 408MHz CPU clock.
2023-06-09 10:33:11 +03:00
..
actmon.c
actmon.h
bpmp.c bdk: stylistic corrections 2023-02-11 23:46:38 +02:00
bpmp.h bdk: stylistic corrections 2023-02-11 23:46:38 +02:00
ccplex.c bdk: sdmmc: timing changes 2022-10-11 04:05:12 +03:00
ccplex.h
clock.c bdk: sdmmc: add UHS DDR200 support 2023-03-31 08:54:13 +03:00
clock.h bdk: clock: add more known pto ids 2023-06-09 10:29:47 +03:00
fuse.c bdk: sdram: add Samsung 8GB RAM support for T210 2023-06-08 04:16:51 +03:00
fuse.h bdk: small refactor 2022-10-11 06:16:38 +03:00
gpio.c bdk: gpio: add debounce set function 2023-03-31 07:43:16 +03:00
gpio.h bdk: gpio: add debounce set function 2023-03-31 07:43:16 +03:00
hw_init.c bdk: timer: add instruction sleep 2023-06-09 10:33:11 +03:00
hw_init.h bdk: hw init: remove support for broken hwinits 2023-02-11 23:19:56 +02:00
i2c.c bdk: i2c: fix send packet mode 2022-10-11 14:40:58 +03:00
i2c.h i2c: Fix packet mode 2020-10-20 10:37:33 +03:00
irq.c bdk: whitespace refactor 2022-07-11 22:10:11 +03:00
irq.h
kfuse.c
kfuse.h Utilize BIT macro everywhere 2020-11-26 01:41:45 +02:00
pinmux.c bdk: whitespace refactor 2022-07-11 22:10:11 +03:00
pinmux.h bdk: small refactor 2022-10-11 06:16:38 +03:00
pmc.c bdk: pmc: extend pmc scratch locker 2022-10-11 14:41:42 +03:00
pmc.h bdk: slight refactor 2022-12-19 05:22:55 +02:00
pmc_lp0_t210.h
t210.h bdk: tsec: refactor some register names 2023-06-09 10:28:28 +03:00
timer.c bdk: timer: add instruction sleep 2023-06-09 10:33:11 +03:00
timer.h bdk: timer: add instruction sleep 2023-06-09 10:33:11 +03:00
uart.c bdk: whitespace refactor 2022-07-11 22:10:11 +03:00
uart.h