17 lines
699 B
ArmAsm
17 lines
699 B
ArmAsm
|
|
||
|
.section .irom0.text, "ax", @progbits
|
||
|
|
||
|
# Function @ .irom0.text+0x0
|
||
|
.global sdk_eloop_cancel_timeout
|
||
|
.type sdk_eloop_cancel_timeout, @function
|
||
|
sdk_eloop_cancel_timeout:
|
||
|
movi a2, 0 /* 0x00000000 */ # 0: 0c02
|
||
|
ret /* 0x00000000 */ # 2: 0df0
|
||
|
|
||
|
# Function @ .irom0.text+0x4
|
||
|
.global sdk_eloop_register_timeout
|
||
|
.type sdk_eloop_register_timeout, @function
|
||
|
sdk_eloop_register_timeout:
|
||
|
movi a2, 0 /* 0x00000000 */ # 4: 0c02
|
||
|
ret /* 0x00000000 */ # 6: 0df0
|